Class: Aws::Types::DBClusterRole
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterRole
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def feature_name @feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1070 1071 1072 |
# File 'sig/types.rbs', line 1070 def role_arn @role_arn end |
#status ⇒ ::String
Returns the value of attribute status.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def status @status end |