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.
4226 4227 4228 |
# File 'sig/types.rbs', line 4226 def aws_account_id @aws_account_id end |
#member_name ⇒ ::String
Returns the value of attribute member_name.
4224 4225 4226 |
# File 'sig/types.rbs', line 4224 def member_name @member_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4227 4228 4229 |
# File 'sig/types.rbs', line 4227 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
4225 4226 4227 |
# File 'sig/types.rbs', line 4225 def role @role end |