Class: Aws::SageMaker::Types::ProvisioningParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

A key value pair used when you provision a project as a service catalog product. For information, see What is Amazon Web Services Service Catalog.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key that identifies a provisioning parameter.

Returns:

  • (String)


36064
36065
36066
36067
36068
36069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36064

class ProvisioningParameter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the provisioning parameter.

Returns:

  • (String)


36064
36065
36066
36067
36068
36069
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36064

class ProvisioningParameter < Struct.new(
  :key,
  :value)
  SENSITIVE = []
  include Aws::Structure
end