Class: Aws::Types::CreateGroupMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateGroupMembershipRequest
- 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.
-
#group_name ⇒ ::String
Returns the value of attribute group_name.
-
#member_name ⇒ ::String
Returns the value of attribute member_name.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2329 2330 2331 |
# File 'sig/types.rbs', line 2329 def aws_account_id @aws_account_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def group_name @group_name end |
#member_name ⇒ ::String
Returns the value of attribute member_name.
2327 2328 2329 |
# File 'sig/types.rbs', line 2327 def member_name @member_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
2330 2331 2332 |
# File 'sig/types.rbs', line 2330 def namespace @namespace end |