Class: Aws::Types::GetClusterSessionCredentialsInput
- Inherits:
-
Object
- Object
- Aws::Types::GetClusterSessionCredentialsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
Instance Attribute Details
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
528 529 530 |
# File 'sig/types.rbs', line 528 def cluster_id @cluster_id end |
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
529 530 531 |
# File 'sig/types.rbs', line 529 def execution_role_arn @execution_role_arn end |