Class: Aws::SageMaker::Types::CfnStackUpdateParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CfnStackUpdateParameter
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A key-value pair representing a parameter used in the CloudFormation stack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the CloudFormation parameter.
-
#value ⇒ String
The value of the CloudFormation parameter.
Instance Attribute Details
#key ⇒ String
The name of the CloudFormation parameter.
4581 4582 4583 4584 4585 4586 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4581 class CfnStackUpdateParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the CloudFormation parameter.
4581 4582 4583 4584 4585 4586 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4581 class CfnStackUpdateParameter < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |