Class: Aws::Types::ListContactsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_list_name::String

Returns the value of attribute contact_list_name.

Returns:

  • (::String)


1174
1175
1176
# File 'sig/types.rbs', line 1174

def contact_list_name
  @contact_list_name
end

#filterTypes::ListContactsFilter

Returns the value of attribute filter.



1175
1176
1177
# File 'sig/types.rbs', line 1175

def filter
  @filter
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1177
1178
1179
# File 'sig/types.rbs', line 1177

def next_token
  @next_token
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


1176
1177
1178
# File 'sig/types.rbs', line 1176

def page_size
  @page_size
end