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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#copy_product_tokenString

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

Returns:

  • (String)


519
520
521
522
# File 'lib/aws-sdk-servicecatalog/types.rb', line 519

class CopyProductOutput < Struct.new(
  :copy_product_token)
  include Aws::Structure
end