Class: Aws::Finspace::Types::KxCommandLineArgument

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#keyString

The name of the key.

Returns:

  • (String)


3236
3237
3238
3239
3240
3241
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3236

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

#valueString

The value of the key.

Returns:

  • (String)


3236
3237
3238
3239
3240
3241
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 3236

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