Class: Aws::SageMaker::Types::ServiceCatalogProvisioningDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ServiceCatalogProvisioningDetails
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Note:
When making an API call, you may pass ServiceCatalogProvisioningDetails data as a hash:
{
product_id: "ServiceCatalogEntityId", # required
provisioning_artifact_id: "ServiceCatalogEntityId",
path_id: "ServiceCatalogEntityId",
provisioning_parameters: [
{
key: "ProvisioningParameterKey",
value: "ProvisioningParameterValue",
},
],
}
Details that you specify to provision a service catalog product. For information about service catalog, see What is Amazon Web Services Service Catalog.
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.
35889 35890 35891 35892 35893 35894 35895 35896 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35889 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.
35889 35890 35891 35892 35893 35894 35895 35896 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35889 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.
35889 35890 35891 35892 35893 35894 35895 35896 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35889 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.
35889 35890 35891 35892 35893 35894 35895 35896 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 35889 class ServiceCatalogProvisioningDetails < Struct.new( :product_id, :provisioning_artifact_id, :path_id, :provisioning_parameters) SENSITIVE = [] include Aws::Structure end |