Class: Aws::Types::AwsRdsDbInstanceAssociatedRole
- Inherits:
-
Object
- Object
- Aws::Types::AwsRdsDbInstanceAssociatedRole
- 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.
3502 3503 3504 |
# File 'sig/types.rbs', line 3502 def feature_name @feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3501 3502 3503 |
# File 'sig/types.rbs', line 3501 def role_arn @role_arn end |
#status ⇒ ::String
Returns the value of attribute status.
3503 3504 3505 |
# File 'sig/types.rbs', line 3503 def status @status end |