Class: Aws::Types::ListContactEvaluationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


4843
4844
4845
# File 'sig/types.rbs', line 4843

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4842
4843
4844
# File 'sig/types.rbs', line 4842

def instance_id
  @instance_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4844
4845
4846
# File 'sig/types.rbs', line 4844

def next_token
  @next_token
end