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.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def @delete_timestamp end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def @end_timestamp end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
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.
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.
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.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def @start_timestamp end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def status @status end |