Class: Aws::ServiceCatalog::Types::CopyProductOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::CopyProductOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_product_token ⇒ String
The token to use to track the progress of the operation.
Instance Attribute Details
#copy_product_token ⇒ String
The token to use to track the progress of the operation.
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 |