Class: Aws::Types::ListMembersOfAddressListRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_list_id::String

Returns the value of attribute address_list_id.

Returns:

  • (::String)


904
905
906
# File 'sig/types.rbs', line 904

def address_list_id
  @address_list_id
end

#filterTypes::AddressFilter

Returns the value of attribute filter.



905
906
907
# File 'sig/types.rbs', line 905

def filter
  @filter
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


907
908
909
# File 'sig/types.rbs', line 907

def page_size
  @page_size
end