Class: Aws::Types::DeleteGroupMembershipRequest

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)


3931
3932
3933
# File 'sig/types.rbs', line 3931

def 
  @aws_account_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


3930
3931
3932
# File 'sig/types.rbs', line 3930

def group_name
  @group_name
end

#member_name::String

Returns the value of attribute member_name.

Returns:

  • (::String)


3929
3930
3931
# File 'sig/types.rbs', line 3929

def member_name
  @member_name
end

#namespace::String

Returns the value of attribute namespace.

Returns:

  • (::String)


3932
3933
3934
# File 'sig/types.rbs', line 3932

def namespace
  @namespace
end