Class: Aws::Types::RemoveRoleFromDBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::RemoveRoleFromDBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
Instance Attribute Details
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
3696 3697 3698 |
# File 'sig/types.rbs', line 3696 def db_cluster_identifier @db_cluster_identifier end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
3698 3699 3700 |
# File 'sig/types.rbs', line 3698 def feature_name @feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3697 3698 3699 |
# File 'sig/types.rbs', line 3697 def role_arn @role_arn end |