Class: Aws::SageMaker::Types::ServiceCatalogProvisioningDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ServiceCatalogProvisioningDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Details that you specify to provision a service catalog product. For information about service catalog, see [What is Amazon Web Services Service Catalog].
[1]: docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#path_id ⇒ String
The path identifier of the product.
-
#product_id ⇒ String
The ID of the product to provision.
-
#provisioning_artifact_id ⇒ String
The ID of the provisioning artifact.
-
#provisioning_parameters ⇒ Array<Types::ProvisioningParameter>
A list of key value pairs that you specify when you provision a product.
Instance Attribute Details
#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.
40919 40920 40921 40922 40923 40924 40925 40926 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40919 class ServiceCatalogProvisioningDetails < Struct.new( :product_id, :provisioning_artifact_id, :path_id, :provisioning_parameters) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The ID of the product to provision.
40919 40920 40921 40922 40923 40924 40925 40926 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40919 class ServiceCatalogProvisioningDetails < Struct.new( :product_id, :provisioning_artifact_id, :path_id, :provisioning_parameters) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The ID of the provisioning artifact.
40919 40920 40921 40922 40923 40924 40925 40926 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40919 class ServiceCatalogProvisioningDetails < Struct.new( :product_id, :provisioning_artifact_id, :path_id, :provisioning_parameters) SENSITIVE = [] include Aws::Structure end |
#provisioning_parameters ⇒ Array<Types::ProvisioningParameter>
A list of key value pairs that you specify when you provision a product.
40919 40920 40921 40922 40923 40924 40925 40926 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40919 class ServiceCatalogProvisioningDetails < Struct.new( :product_id, :provisioning_artifact_id, :path_id, :provisioning_parameters) SENSITIVE = [] include Aws::Structure end |