Class: Aws::ServiceCatalog::Types::DeleteTagOptionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DeleteTagOptionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The TagOption identifier.
Instance Attribute Details
#id ⇒ String
The TagOption identifier.
1513 1514 1515 1516 1517 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1513 class DeleteTagOptionInput < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |