Class: Aws::ServiceCatalog::Types::CreateTagOptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CreateTagOptionOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_option_detail ⇒ Types::TagOptionDetail
Information about the TagOption.
Instance Attribute Details
#tag_option_detail ⇒ Types::TagOptionDetail
Information about the TagOption.
1241 1242 1243 1244 1245 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1241 class CreateTagOptionOutput < Struct.new( :tag_option_detail) SENSITIVE = [] include Aws::Structure end |