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)


4785
4786
4787
# File 'sig/types.rbs', line 4785

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


4784
4785
4786
# File 'sig/types.rbs', line 4784

def instance_id
  @instance_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4786
4787
4788
# File 'sig/types.rbs', line 4786

def next_token
  @next_token
end