Class: Aws::ServiceCatalog::Types::UpdateTagOptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateTagOptionInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Note:
When making an API call, you may pass UpdateTagOptionInput data as a hash:
{
id: "TagOptionId", # required
value: "TagOptionValue",
active: false,
}
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.
8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 8036 class UpdateTagOptionInput < Struct.new( :id, :value, :active) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The TagOption identifier.
8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 8036 class UpdateTagOptionInput < Struct.new( :id, :value, :active) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The updated value.
8036 8037 8038 8039 8040 8041 8042 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 8036 class UpdateTagOptionInput < Struct.new( :id, :value, :active) SENSITIVE = [] include Aws::Structure end |