class
Amazonite::Ssm::CreateOpsMetadataRequest
- Amazonite::Ssm::CreateOpsMetadataRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
ssm/create_ops_metadata_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(resource_id : String, metadata : Hash(String, MetadataValue) | Nil = nil, tags : Array(Tag) | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#metadata : Hash(String, MetadataValue) | Nil
Metadata for a new Application Manager application.
-
#metadata=(metadata : Hash(String, MetadataValue) | Nil)
Metadata for a new Application Manager application.
-
#resource_id : String
A resource ID for a new Application Manager application.
-
#resource_id=(resource_id : String)
A resource ID for a new Application Manager application.
-
#tags : Array(Tag) | Nil
Optional metadata that you assign to a resource.
-
#tags=(tags : Array(Tag) | Nil)
Optional metadata that you assign to a resource.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Metadata for a new Application Manager application.
Metadata for a new Application Manager application.
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production -
Key=Region,Value=us-east-2
Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target Amazon Web Services Region. In this case, you could specify the following key-value pairs:
-
Key=Environment,Value=Production -
Key=Region,Value=us-east-2