Class: Aws::Types::DescribeGroupMembershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGroupMembershipRequest
- 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.
4995 4996 4997 |
# File 'sig/types.rbs', line 4995 def aws_account_id @aws_account_id end |
#group_name ⇒ ::String
Returns the value of attribute group_name.
4994 4995 4996 |
# File 'sig/types.rbs', line 4994 def group_name @group_name end |
#member_name ⇒ ::String
Returns the value of attribute member_name.
4993 4994 4995 |
# File 'sig/types.rbs', line 4993 def member_name @member_name end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
4996 4997 4998 |
# File 'sig/types.rbs', line 4996 def namespace @namespace end |