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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Note:

When making an API call, you may pass DescribeCopyProductStatusInput data as a hash:

{
  accept_language: "AcceptLanguage",
  copy_product_token: "Id", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


1650
1651
1652
1653
1654
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1650

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

#copy_product_tokenString

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

Returns:

  • (String)


1650
1651
1652
1653
1654
# File 'lib/aws-sdk-servicecatalog/types.rb', line 1650

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