Class: Aws::Types::DBClusterAssociatedRole
- Inherits:
-
Object
- Object
- Aws::Types::DBClusterAssociatedRole
- 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.
Instance Attribute Details
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
910 911 912 |
# File 'sig/types.rbs', line 910 def feature_name @feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
909 910 911 |
# File 'sig/types.rbs', line 909 def role_arn @role_arn end |