Class: Aws::ServiceCatalog::Types::DescribeCopyProductStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeCopyProductStatusOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_product_status ⇒ String
The status of the copy product operation.
-
#status_detail ⇒ String
The status message.
-
#target_product_id ⇒ String
The identifier of the copied product.
Instance Attribute Details
#copy_product_status ⇒ String
The status of the copy product operation.
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_detail ⇒ String
The status message.
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_id ⇒ String
The identifier of the copied product.
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 |