Class: Aws::ServiceCatalog::Types::CreateTagOptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreateTagOptionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The TagOption key.
-
#value ⇒ String
The TagOption value.
Instance Attribute Details
#key ⇒ String
The TagOption key.
1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1270 class CreateTagOptionInput < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The TagOption value.
1270 1271 1272 1273 1274 1275 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1270 class CreateTagOptionInput < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |