Class: Aws::ServiceCatalog::Types::ListProvisioningArtifactsInput

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 ListProvisioningArtifactsInput data as a hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


3334
3335
3336
3337
3338
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3334

class ListProvisioningArtifactsInput < Struct.new(
  :accept_language,
  :product_id)
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


3334
3335
3336
3337
3338
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3334

class ListProvisioningArtifactsInput < Struct.new(
  :accept_language,
  :product_id)
  include Aws::Structure
end