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 AWS account Id of the owner account that created the TagOption.
-
#value ⇒ String
The TagOption value.
Instance Attribute Details
#active ⇒ Boolean
The TagOption active state.
6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6897 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The TagOption identifier.
6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6897 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#key ⇒ String
The TagOption key.
6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6897 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The AWS account Id of the owner account that created the TagOption.
6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6897 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The TagOption value.
6897 6898 6899 6900 6901 6902 6903 6904 6905 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6897 class TagOptionDetail < Struct.new( :key, :value, :active, :id, :owner) SENSITIVE = [] include Aws::Structure end |