Class: Aws::Types::RemoveRoleFromDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::RemoveRoleFromDBInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_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_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3703 3704 3705 |
# File 'sig/types.rbs', line 3703 def db_instance_identifier @db_instance_identifier end |
#feature_name ⇒ ::String
Returns the value of attribute feature_name.
3705 3706 3707 |
# File 'sig/types.rbs', line 3705 def feature_name @feature_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
3704 3705 3706 |
# File 'sig/types.rbs', line 3704 def role_arn @role_arn end |