Class: Aws::Types::SearchContactsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contacts::Array[Types::ContactSearchSummary]

Returns the value of attribute contacts.

Returns:



7149
7150
7151
# File 'sig/types.rbs', line 7149

def contacts
  @contacts
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7150
7151
7152
# File 'sig/types.rbs', line 7150

def next_token
  @next_token
end

#total_count::Integer

Returns the value of attribute total_count.

Returns:

  • (::Integer)


7151
7152
7153
# File 'sig/types.rbs', line 7151

def total_count
  @total_count
end