Class: Aws::ApplicationDiscoveryService::Types::CreateTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::CreateTagsRequest
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_ids ⇒ Array<String>
A list of configuration items that you want to tag.
-
#tags ⇒ Array<Types::Tag>
Tags that you want to associate with one or more configuration items.
Instance Attribute Details
#configuration_ids ⇒ Array<String>
A list of configuration items that you want to tag.
552 553 554 555 556 557 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 552 class CreateTagsRequest < Struct.new( :configuration_ids, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:
{"key": "serverType", "value": "webServer"}
552 553 554 555 556 557 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 552 class CreateTagsRequest < Struct.new( :configuration_ids, :tags) SENSITIVE = [] include Aws::Structure end |