Class: Aws::Types::GetKxClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetKxClusterRequest
- 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.
Instance Attribute Details
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
440 441 442 |
# File 'sig/types.rbs', line 440 def cluster_name @cluster_name end |
#environment_id ⇒ ::String
Returns the value of attribute environment_id.
439 440 441 |
# File 'sig/types.rbs', line 439 def environment_id @environment_id end |