Class: Aws::ServiceCatalog::Types::UpdateTagOptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateTagOptionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active ⇒ Boolean
The updated active state.
-
#id ⇒ String
The TagOption identifier.
-
#value ⇒ String
The updated value.
Instance Attribute Details
#active ⇒ Boolean
The updated active state.
7328 7329 7330 7331 7332 7333 7334 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7328 class UpdateTagOptionInput < Struct.new( :id, :value, :active) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The TagOption identifier.
7328 7329 7330 7331 7332 7333 7334 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7328 class UpdateTagOptionInput < Struct.new( :id, :value, :active) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The updated value.
7328 7329 7330 7331 7332 7333 7334 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7328 class UpdateTagOptionInput < Struct.new( :id, :value, :active) SENSITIVE = [] include Aws::Structure end |