Class: Aws::ServiceCatalog::Types::TagOptionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::TagOptionDetail
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a TagOption.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Boolean
The TagOption active state.
-
#id ⇒ String
The TagOption identifier.
-
#key ⇒ String
The TagOption key.
-
#owner ⇒ String
The Amazon Web Services account Id of the owner account that created the TagOption.
-
#value ⇒ String
The TagOption value.
Instance Attribute Details
#active ⇒ Boolean
The TagOption active state.
6350 6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The TagOption identifier.
6350 6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The TagOption key.
6350 6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The Amazon Web Services account Id of the owner account that created the TagOption.
6350 6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The TagOption value.
6350 6351 6352 6353 6354 6355 6356 6357 6358 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6350 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |