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.
1283 1284 1285 1286 1287 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1283 class CreateTagOptionOutput < Struct.new( :tag_option_detail) SENSITIVE = [] include Aws::Structure end |