Class: Aws::Types::JobSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#is_concurrent ⇒ Boolean
Returns the value of attribute is_concurrent.
-
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
-
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
Instance Attribute Details
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
2884 2885 2886 |
# File 'sig/types.rbs', line 2884 def completed_at @completed_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2882 2883 2884 |
# File 'sig/types.rbs', line 2882 def created_at @created_at end |
#is_concurrent ⇒ Boolean
Returns the value of attribute is_concurrent.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def is_concurrent @is_concurrent end |
#job_arn ⇒ ::String
Returns the value of attribute job_arn.
2877 2878 2879 |
# File 'sig/types.rbs', line 2877 def job_arn @job_arn end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2878 2879 2880 |
# File 'sig/types.rbs', line 2878 def job_id @job_id end |
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
2883 2884 2885 |
# File 'sig/types.rbs', line 2883 def last_updated_at @last_updated_at end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def status @status end |
#target_selection ⇒ "CONTINUOUS", "SNAPSHOT"
Returns the value of attribute target_selection.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def target_selection @target_selection end |
#thing_group_id ⇒ ::String
Returns the value of attribute thing_group_id.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def thing_group_id @thing_group_id end |