Class: Aws::Types::DescribeGroupMembershipRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


4773
4774
4775
# File 'sig/types.rbs', line 4773

def 
  @aws_account_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


4772
4773
4774
# File 'sig/types.rbs', line 4772

def group_name
  @group_name
end

#member_name::String

Returns the value of attribute member_name.

Returns:

  • (::String)


4771
4772
4773
# File 'sig/types.rbs', line 4771

def member_name
  @member_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


4774
4775
4776
# File 'sig/types.rbs', line 4774

def namespace
  @namespace
end