Class: Aws::ServiceCatalog::Types::DescribeCopyProductStatusInput

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

#accept_languageString

The language code.

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1581

class DescribeCopyProductStatusInput < Struct.new(
  :accept_language,
  :copy_product_token)
  SENSITIVE = []
  include Aws::Structure
end

#copy_product_tokenString

The token for the copy product operation. This token is returned by CopyProduct.

Returns:

  • (String)


1581
1582
1583
1584
1585
1586
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 1581

class DescribeCopyProductStatusInput < Struct.new(
  :accept_language,
  :copy_product_token)
  SENSITIVE = []
  include Aws::Structure
end