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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-finspace/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)


2278
2279
2280
2281
2282
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2278

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