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:



1033
1034
1035
# File 'sig/types.rbs', line 1033

def delete_timestamp
  @delete_timestamp
end

#end_timestamp::Time

Returns the value of attribute end_timestamp.

Returns:



1032
1033
1034
# File 'sig/types.rbs', line 1032

def end_timestamp
  @end_timestamp
end

#evaluation_arn::String

Returns the value of attribute evaluation_arn.

Returns:



1029
1030
1031
# File 'sig/types.rbs', line 1029

def evaluation_arn
  @evaluation_arn
end

#export_location::String

Returns the value of attribute export_location.

Returns:



1034
1035
1036
# File 'sig/types.rbs', line 1034

def export_location
  @export_location
end

#form_id::String

Returns the value of attribute form_id.

Returns:



1028
1029
1030
# File 'sig/types.rbs', line 1028

def form_id
  @form_id
end

#start_timestamp::Time

Returns the value of attribute start_timestamp.

Returns:



1031
1032
1033
# File 'sig/types.rbs', line 1031

def start_timestamp
  @start_timestamp
end

#status"COMPLETE", ...

Returns the value of attribute status.

Returns:



1030
1031
1032
# File 'sig/types.rbs', line 1030

def status
  @status
end