Class: Aws::ServiceCatalog::Types::UpdateTagOptionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::UpdateTagOptionOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
7342 7343 7344 7345 7346 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 7342 class UpdateTagOptionOutput < Struct.new( :tag_option_detail) SENSITIVE = [] include Aws::Structure end |