Class: Aws::ApplicationDiscoveryService::Types::ConfigurationTag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::ConfigurationTag
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb
Overview
Tags for a configuration item. Tags are metadata that help you categorize IT assets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_id ⇒ String
The configuration ID for the item to tag.
-
#configuration_type ⇒ String
A type of IT asset to tag.
-
#key ⇒ String
A type of tag on which to filter.
-
#time_of_creation ⇒ Time
The time the configuration tag was created in Coordinated Universal Time (UTC).
-
#value ⇒ String
A value on which to filter.
Instance Attribute Details
#configuration_id ⇒ String
The configuration ID for the item to tag. You can specify a list of keys and values.
332 333 334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 332 class ConfigurationTag < Struct.new( :configuration_type, :configuration_id, :key, :value, :time_of_creation) SENSITIVE = [] include Aws::Structure end |
#configuration_type ⇒ String
A type of IT asset to tag.
332 333 334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 332 class ConfigurationTag < Struct.new( :configuration_type, :configuration_id, :key, :value, :time_of_creation) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
A type of tag on which to filter. For example, serverType.
332 333 334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 332 class ConfigurationTag < Struct.new( :configuration_type, :configuration_id, :key, :value, :time_of_creation) SENSITIVE = [] include Aws::Structure end |
#time_of_creation ⇒ Time
The time the configuration tag was created in Coordinated Universal Time (UTC).
332 333 334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 332 class ConfigurationTag < Struct.new( :configuration_type, :configuration_id, :key, :value, :time_of_creation) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
A value on which to filter. For example key = serverType and value = web server.
332 333 334 335 336 337 338 339 340 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 332 class ConfigurationTag < Struct.new( :configuration_type, :configuration_id, :key, :value, :time_of_creation) SENSITIVE = [] include Aws::Structure end |