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)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def delete_timestamp
  @delete_timestamp
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def end_timestamp
  @end_timestamp
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def evaluation_arn
  @evaluation_arn
end

#export_location::String

Returns the value of attribute export_location.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def export_location
  @export_location
end

#form_id::String

Returns the value of attribute form_id.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def form_id
  @form_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def start_timestamp
  @start_timestamp
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

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


1013
1014
1015
# File 'sig/types.rbs', line 1013

def status
  @status
end