Class: Aws::Finspace::Types::GetKxConnectionStringResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetKxConnectionStringResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:signed_connection_string]
Instance Attribute Summary collapse
-
#signed_connection_string ⇒ String
The signed connection string that you can use to connect to clusters.
Instance Attribute Details
#signed_connection_string ⇒ String
The signed connection string that you can use to connect to clusters.
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 |