Class: Aws::Types::GetKxConnectionStringRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxConnectionStringRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
-
#user_arn ⇒ ::String
Returns the value of attribute user_arn.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
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.
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.
472 473 474 |
# File 'sig/types.rbs', line 472 def user_arn @user_arn end |