Class: Aws::Finspace::Types::GetKxConnectionStringRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

A name of the kdb cluster.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
2269
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2263

class GetKxConnectionStringRequest < Struct.new(
  :user_arn,
  :environment_id,
  :cluster_name)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

A unique identifier for the kdb environment.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
2269
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2263

class GetKxConnectionStringRequest < Struct.new(
  :user_arn,
  :environment_id,
  :cluster_name)
  SENSITIVE = []
  include Aws::Structure
end

#user_arnString

The Amazon Resource Name (ARN) that identifies the user. For more information about ARNs and how to use ARNs in policies, see IAM Identifiers in the IAM User Guide.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
2269
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2263

class GetKxConnectionStringRequest < Struct.new(
  :user_arn,
  :environment_id,
  :cluster_name)
  SENSITIVE = []
  include Aws::Structure
end