Class: Aws::Types::TaskExecutionResultDetail
- Inherits:
-
Object
- Object
- Aws::Types::TaskExecutionResultDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
-
#prepare_duration ⇒ ::Integer
Returns the value of attribute prepare_duration.
-
#prepare_status ⇒ "PENDING", ...
Returns the value of attribute prepare_status.
-
#total_duration ⇒ ::Integer
Returns the value of attribute total_duration.
-
#transfer_duration ⇒ ::Integer
Returns the value of attribute transfer_duration.
-
#transfer_status ⇒ "PENDING", ...
Returns the value of attribute transfer_status.
-
#verify_duration ⇒ ::Integer
Returns the value of attribute verify_duration.
-
#verify_status ⇒ "PENDING", ...
Returns the value of attribute verify_status.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
913 914 915 |
# File 'sig/types.rbs', line 913 def error_code @error_code end |
#error_detail ⇒ ::String
Returns the value of attribute error_detail.
914 915 916 |
# File 'sig/types.rbs', line 914 def error_detail @error_detail end |
#prepare_duration ⇒ ::Integer
Returns the value of attribute prepare_duration.
906 907 908 |
# File 'sig/types.rbs', line 906 def prepare_duration @prepare_duration end |
#prepare_status ⇒ "PENDING", ...
Returns the value of attribute prepare_status.
907 908 909 |
# File 'sig/types.rbs', line 907 def prepare_status @prepare_status end |
#total_duration ⇒ ::Integer
Returns the value of attribute total_duration.
908 909 910 |
# File 'sig/types.rbs', line 908 def total_duration @total_duration end |
#transfer_duration ⇒ ::Integer
Returns the value of attribute transfer_duration.
909 910 911 |
# File 'sig/types.rbs', line 909 def transfer_duration @transfer_duration end |
#transfer_status ⇒ "PENDING", ...
Returns the value of attribute transfer_status.
910 911 912 |
# File 'sig/types.rbs', line 910 def transfer_status @transfer_status end |
#verify_duration ⇒ ::Integer
Returns the value of attribute verify_duration.
911 912 913 |
# File 'sig/types.rbs', line 911 def verify_duration @verify_duration end |
#verify_status ⇒ "PENDING", ...
Returns the value of attribute verify_status.
912 913 914 |
# File 'sig/types.rbs', line 912 def verify_status @verify_status end |