Class: Aws::Types::ContactEvaluation
- Inherits:
-
Object
- Object
- Aws::Types::ContactEvaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delete_timestamp ⇒ ::Time
Returns the value of attribute delete_timestamp.
-
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
-
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
-
#export_location ⇒ ::String
Returns the value of attribute export_location.
-
#form_id ⇒ ::String
Returns the value of attribute form_id.
-
#start_timestamp ⇒ ::Time
Returns the value of attribute start_timestamp.
-
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
Instance Attribute Details
#delete_timestamp ⇒ ::Time
Returns the value of attribute delete_timestamp.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def @delete_timestamp end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def @end_timestamp end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
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.
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.
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.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def @start_timestamp end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def status @status end |