Class: Aws::ServiceCatalog::Types::CreateTagOptionOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#tag_option_detailTypes::TagOptionDetail

Information about the TagOption.



1271
1272
1273
1274
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1271

class CreateTagOptionOutput < Struct.new(
  :tag_option_detail)
  include Aws::Structure
end