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

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)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2158

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  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. You must provide the name or ID, but not both.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2158

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#path_nameString

The name of the path. You must provide the name or ID, but not both.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2158

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

The product identifier. You must provide the product name or ID, but not both.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2158

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#product_nameString

The name of the product. You must provide the name or ID, but not both.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2158

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact. You must provide the name or ID, but not both.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2158

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_nameString

The name of the provisioning artifact. You must provide the name or ID, but not both.

Returns:

  • (String)


2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2158

class DescribeProvisioningParametersInput < Struct.new(
  :accept_language,
  :product_id,
  :product_name,
  :provisioning_artifact_id,
  :provisioning_artifact_name,
  :path_id,
  :path_name)
  SENSITIVE = []
  include Aws::Structure
end