Class: Aws::Finspace::Types::KxCommandLineArgument
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::KxCommandLineArgument
- Defined in:
- gems/aws-sdk-finspace/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.
3254 3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3254 class KxCommandLineArgument < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value of the key.
3254 3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3254 class KxCommandLineArgument < Struct.new( :key, :value) SENSITIVE = [] include Aws::Structure end |