Class: Aws::ServiceCatalog::Types::UpdateProductOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#product_view_detailTypes::ProductViewDetail

Information about the product view.



5964
5965
5966
5967
5968
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5964

class UpdateProductOutput < Struct.new(
  :product_view_detail,
  :tags)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Information about the tags associated with the product.

Returns:



5964
5965
5966
5967
5968
# File 'lib/aws-sdk-servicecatalog/types.rb', line 5964

class UpdateProductOutput < Struct.new(
  :product_view_detail,
  :tags)
  include Aws::Structure
end