Class: Aws::Types::AwsRedshiftClusterIamRole
- Inherits:
-
Object
- Object
- Aws::Types::AwsRedshiftClusterIamRole
- 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.
3834 3835 3836 |
# File 'sig/types.rbs', line 3834 def apply_status @apply_status end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
3835 3836 3837 |
# File 'sig/types.rbs', line 3835 def iam_role_arn @iam_role_arn end |