Class: Aws::ServiceCatalog::Types::CopyProductOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#copy_product_tokenString

The token to use to track the progress of the operation.

Returns:

  • (String)


575
576
577
578
579
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 575

class CopyProductOutput < Struct.new(
  :copy_product_token)
  SENSITIVE = []
  include Aws::Structure
end