Class: Aws::Types::ContactEvaluation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delete_timestamp::Time

Returns the value of attribute delete_timestamp.

Returns:

  • (::Time)


997
998
999
# File 'sig/types.rbs', line 997

def delete_timestamp
  @delete_timestamp
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


996
997
998
# File 'sig/types.rbs', line 996

def end_timestamp
  @end_timestamp
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


993
994
995
# File 'sig/types.rbs', line 993

def evaluation_arn
  @evaluation_arn
end

#export_location::String

Returns the value of attribute export_location.

Returns:

  • (::String)


998
999
1000
# File 'sig/types.rbs', line 998

def export_location
  @export_location
end

#form_id::String

Returns the value of attribute form_id.

Returns:

  • (::String)


992
993
994
# File 'sig/types.rbs', line 992

def form_id
  @form_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


995
996
997
# File 'sig/types.rbs', line 995

def start_timestamp
  @start_timestamp
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

  • ("COMPLETE", "IN_PROGRESS", "DELETED")


994
995
996
# File 'sig/types.rbs', line 994

def status
  @status
end