Class: Aws::Types::ClusterIamRole
- Inherits:
-
Object
- Object
- Aws::Types::ClusterIamRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_status ⇒ ::String
Returns the value of attribute apply_status.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
Instance Attribute Details
#apply_status ⇒ ::String
Returns the value of attribute apply_status.
299 300 301 |
# File 'sig/types.rbs', line 299 def apply_status @apply_status end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
298 299 300 |
# File 'sig/types.rbs', line 298 def iam_role_arn @iam_role_arn end |