Class: Aws::Finspace::Types::KxCommandLineArgument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxCommandLineArgument
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Defines the key-value pairs to make them available inside the cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The name of the key.
-
#value ⇒ String
The value of the key.
Instance Attribute Details
#key ⇒ String
The name of the key.
3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-finspace/types.rb', line 3252 class KxCommandLineArgument < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the key.
3252 3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-finspace/types.rb', line 3252 class KxCommandLineArgument < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |