Class: Aws::Finspace::Types::GetKxConnectionStringResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-finspace/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:signed_connection_string]

Instance Attribute Summary collapse

Instance Attribute Details

#signed_connection_stringString

The signed connection string that you can use to connect to clusters.

Returns:

  • (String)


2285
2286
2287
2288
2289
# File 'lib/aws-sdk-finspace/types.rb', line 2285

class GetKxConnectionStringResponse < Struct.new(
  :signed_connection_string)
  SENSITIVE = [:signed_connection_string]
  include Aws::Structure
end