Class: Aws::Types::GetKxConnectionStringRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_name::String

Returns the value of attribute cluster_name.

Returns:

  • (::String)


474
475
476
# File 'sig/types.rbs', line 474

def cluster_name
  @cluster_name
end

#environment_id::String

Returns the value of attribute environment_id.

Returns:

  • (::String)


473
474
475
# File 'sig/types.rbs', line 473

def environment_id
  @environment_id
end

#user_arn::String

Returns the value of attribute user_arn.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def user_arn
  @user_arn
end