Class: Aws::ServiceCatalog::Types::DescribeProvisioningParametersInput

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘en` - English (default)

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2142

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :path_id)
  include Aws::Structure
end

#path_idString

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2142

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :path_id)
  include Aws::Structure
end

#product_idString

The product identifier.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2142

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :path_id)
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)


2142
2143
2144
2145
2146
2147
2148
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2142

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :provisioning_artifact_id,
  :path_id)
  include Aws::Structure
end