Class: Aws::ServiceCatalog::Types::DisassociateTagOptionFromResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DisassociateTagOptionFromResourceInput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The resource identifier.
-
#tag_option_id ⇒ String
The TagOption identifier.
Instance Attribute Details
#resource_id ⇒ String
The resource identifier.
2529 2530 2531 2532 2533 2534 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2529 class DisassociateTagOptionFromResourceInput < Struct.new( :resource_id, :tag_option_id) SENSITIVE = [] include Aws::Structure end |
#tag_option_id ⇒ String
The TagOption identifier.
2529 2530 2531 2532 2533 2534 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2529 class DisassociateTagOptionFromResourceInput < Struct.new( :resource_id, :tag_option_id) SENSITIVE = [] include Aws::Structure end |