Class: Aws::Types::ListContactsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list ⇒ ::Array[Types::ContactData]

Returns the value of attribute contact_list.

Returns:



846
847
848
# File 'sig/types.rbs', line 846

def contact_list
  @contact_list
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


845
846
847
# File 'sig/types.rbs', line 845

def next_token
  @next_token
end