Class: Aws::Types::JobListDescriptor
- Inherits:
-
Object
- Object
- Aws::Types::JobListDescriptor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#operation ⇒ "LambdaInvoke", ...
Returns the value of attribute operation.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#progress_summary ⇒ Types::JobProgressSummary
Returns the value of attribute progress_summary.
-
#status ⇒ "Active", ...
Returns the value of attribute status.
-
#termination_date ⇒ ::Time
Returns the value of attribute termination_date.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
950 951 952 |
# File 'sig/types.rbs', line 950 def creation_time @creation_time end |
#description ⇒ ::String
Returns the value of attribute description.
946 947 948 |
# File 'sig/types.rbs', line 946 def description @description end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
945 946 947 |
# File 'sig/types.rbs', line 945 def job_id @job_id end |
#operation ⇒ "LambdaInvoke", ...
Returns the value of attribute operation.
947 948 949 |
# File 'sig/types.rbs', line 947 def operation @operation end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
948 949 950 |
# File 'sig/types.rbs', line 948 def priority @priority end |
#progress_summary ⇒ Types::JobProgressSummary
Returns the value of attribute progress_summary.
952 953 954 |
# File 'sig/types.rbs', line 952 def progress_summary @progress_summary end |
#status ⇒ "Active", ...
Returns the value of attribute status.
949 950 951 |
# File 'sig/types.rbs', line 949 def status @status end |
#termination_date ⇒ ::Time
Returns the value of attribute termination_date.
951 952 953 |
# File 'sig/types.rbs', line 951 def termination_date @termination_date end |