Class: Aws::ServiceCatalog::Types::DescribeCopyProductStatusOutput

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_statusString

The status of the copy product operation.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1670

class DescribeCopyProductStatusOutput < Struct.new(
  :copy_product_status,
  :target_product_id,
  :status_detail)
  include Aws::Structure
end

#status_detailString

The status message.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1670

class DescribeCopyProductStatusOutput < Struct.new(
  :copy_product_status,
  :target_product_id,
  :status_detail)
  include Aws::Structure
end

#target_product_idString

The identifier of the copied product.

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1670

class DescribeCopyProductStatusOutput < Struct.new(
  :copy_product_status,
  :target_product_id,
  :status_detail)
  include Aws::Structure
end