Class: Aws::Finspace::Types::GetKxConnectionStringRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::GetKxConnectionStringRequest
- Defined in:
- gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
A name of the kdb cluster.
-
#environment_id ⇒ String
A unique identifier for the kdb environment.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the user.
Instance Attribute Details
#cluster_name ⇒ String
A name of the kdb cluster.
2270 2271 2272 2273 2274 2275 2276 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2270 class GetKxConnectionStringRequest < Struct.new( :user_arn, :environment_id, :cluster_name) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique identifier for the kdb environment.
2270 2271 2272 2273 2274 2275 2276 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2270 class GetKxConnectionStringRequest < Struct.new( :user_arn, :environment_id, :cluster_name) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
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.
2270 2271 2272 2273 2274 2275 2276 |
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 2270 class GetKxConnectionStringRequest < Struct.new( :user_arn, :environment_id, :cluster_name) SENSITIVE = [] include Aws::Structure end |