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.
997 998 999 |
# File 'sig/types.rbs', line 997 def @delete_timestamp end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
996 997 998 |
# File 'sig/types.rbs', line 996 def @end_timestamp end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
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.
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.
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.
995 996 997 |
# File 'sig/types.rbs', line 995 def @start_timestamp end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
994 995 996 |
# File 'sig/types.rbs', line 994 def status @status end |