Class: Aws::ServiceCatalog::Types::UpdateTagOptionOutput

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.



6432
6433
6434
6435
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6432

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