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.
42749 42750 42751 42752 42753 42754 42755 42756 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42749 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.
42749 42750 42751 42752 42753 42754 42755 42756 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42749 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.
42749 42750 42751 42752 42753 42754 42755 42756 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42749 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.
42749 42750 42751 42752 42753 42754 42755 42756 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 42749 class ServiceCatalogProvisioningDetails < Struct.new( :product_id, :provisioning_artifact_id, :path_id, :provisioning_parameters) SENSITIVE = [] include Aws::Structure end |