Class: Aws::Types::CreateRoleMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoleMembershipRequest
- 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.
2610 2611 2612 |
# File 'sig/types.rbs', line 2610 def aws_account_id @aws_account_id end |
#member_name ⇒ ::String
Returns the value of attribute member_name.
2609 2610 2611 |
# File 'sig/types.rbs', line 2609 def member_name @member_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2611 2612 2613 |
# File 'sig/types.rbs', line 2611 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
2612 2613 2614 |
# File 'sig/types.rbs', line 2612 def role @role end |