Class: Aws::Types::ListMembersOfAddressListResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#addresses::Array[Types::SavedAddress]

Returns the value of attribute addresses.

Returns:



912
913
914
# File 'sig/types.rbs', line 912

def addresses
  @addresses
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def next_token
  @next_token
end