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.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def end |
#end_timestamp ⇒ ::Time
Returns the value of attribute end_timestamp.
1032 1033 1034 |
# File 'sig/types.rbs', line 1032 def end |
#evaluation_arn ⇒ ::String
Returns the value of attribute evaluation_arn.
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.
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.
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.
1031 1032 1033 |
# File 'sig/types.rbs', line 1031 def end |
#status ⇒ "COMPLETE", ...
Returns the value of attribute status.
1030 1031 1032 |
# File 'sig/types.rbs', line 1030 def status @status end |