Class: Aws::Types::ListContactListsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_lists::Array[Types::ContactList]

Returns the value of attribute contact_lists.

Returns:



1162
1163
1164
# File 'sig/types.rbs', line 1162

def contact_lists
  @contact_lists
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def next_token
  @next_token
end