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)


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

def delete_timestamp
  @delete_timestamp
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:

  • (::Time)


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

def end_timestamp
  @end_timestamp
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:

  • (::String)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def evaluation_arn
  @evaluation_arn
end

#export_location::String

Returns the value of attribute export_location.

Returns:

  • (::String)


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

def export_location
  @export_location
end

#form_id::String

Returns the value of attribute form_id.

Returns:

  • (::String)


1006
1007
1008
# File 'sig/types.rbs', line 1006

def form_id
  @form_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:

  • (::Time)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def start_timestamp
  @start_timestamp
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:

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


1008
1009
1010
# File 'sig/types.rbs', line 1008

def status
  @status
end