Class: Aws::ServiceCatalog::Types::DescribeProvisioningParametersInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeProvisioningParametersInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#path_id ⇒ String
The path identifier of the product.
-
#path_name ⇒ String
The name of the path.
-
#product_id ⇒ String
The product identifier.
-
#product_name ⇒ String
The name of the product.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
-
#provisioning_artifact_name ⇒ String
The name of the provisioning artifact.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 |
# File '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_id ⇒ String
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.
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 |
# File '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_name ⇒ String
The name of the path. You must provide the name or ID, but not both.
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 |
# File '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_id ⇒ String
The product identifier. You must provide the product name or ID, but not both.
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 |
# File '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_name ⇒ String
The name of the product. You must provide the name or ID, but not both.
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 |
# File '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_id ⇒ String
The identifier of the provisioning artifact. You must provide the name or ID, but not both.
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 |
# File '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_name ⇒ String
The name of the provisioning artifact. You must provide the name or ID, but not both.
2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 |
# File '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 |