Class: Aws::Types::DeleteRoleMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRoleMembershipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#member_name ⇒ ::String
Returns the value of attribute member_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4052 4053 4054 |
# File 'sig/types.rbs', line 4052 def aws_account_id @aws_account_id end |
#member_name ⇒ ::String
Returns the value of attribute member_name.
4050 4051 4052 |
# File 'sig/types.rbs', line 4050 def member_name @member_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4053 4054 4055 |
# File 'sig/types.rbs', line 4053 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
4051 4052 4053 |
# File 'sig/types.rbs', line 4051 def role @role end |