Class: Aws::Types::StartContactEvaluationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_evaluation_configurationTypes::AutoEvaluationConfiguration

Returns the value of attribute auto_evaluation_configuration.



7963
7964
7965
# File 'sig/types.rbs', line 7963

def auto_evaluation_configuration
  @auto_evaluation_configuration
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7964
7965
7966
# File 'sig/types.rbs', line 7964

def client_token
  @client_token
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


7961
7962
7963
# File 'sig/types.rbs', line 7961

def contact_id
  @contact_id
end

#evaluation_form_id::String

Returns the value of attribute evaluation_form_id.

Returns:

  • (::String)


7962
7963
7964
# File 'sig/types.rbs', line 7962

def evaluation_form_id
  @evaluation_form_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7960
7961
7962
# File 'sig/types.rbs', line 7960

def instance_id
  @instance_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


7965
7966
7967
# File 'sig/types.rbs', line 7965

def tags
  @tags
end