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

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_statusString

The status of the copy product operation.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1602

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

#status_detailString

The status message.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1602

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

#target_product_idString

The identifier of the copied product.

Returns:

  • (String)


1602
1603
1604
1605
1606
1607
1608
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1602

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