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.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def aws_account_id @aws_account_id end |
#member_name ⇒ ::String
Returns the value of attribute member_name.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def member_name @member_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2480 2481 2482 |
# File 'sig/types.rbs', line 2480 def namespace @namespace end |
#role ⇒ "ADMIN", ...
Returns the value of attribute role.
2481 2482 2483 |
# File 'sig/types.rbs', line 2481 def role @role end |