Class: Aws::Types::JobRunAttemptSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobRunAttemptSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#job_created_at ⇒ ::Time
Returns the value of attribute job_created_at.
-
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#release_label ⇒ ::String
Returns the value of attribute release_label.
-
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
-
#state_details ⇒ ::String
Returns the value of attribute state_details.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
329 330 331 |
# File 'sig/types.rbs', line 329 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
333 334 335 |
# File 'sig/types.rbs', line 333 def arn @arn end |
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
343 344 345 |
# File 'sig/types.rbs', line 343 def attempt @attempt end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
336 337 338 |
# File 'sig/types.rbs', line 336 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
334 335 336 |
# File 'sig/types.rbs', line 334 def created_by @created_by end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
338 339 340 |
# File 'sig/types.rbs', line 338 def execution_role @execution_role end |
#id ⇒ ::String
Returns the value of attribute id.
330 331 332 |
# File 'sig/types.rbs', line 330 def id @id end |
#job_created_at ⇒ ::Time
Returns the value of attribute job_created_at.
335 336 337 |
# File 'sig/types.rbs', line 335 def job_created_at @job_created_at end |
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
332 333 334 |
# File 'sig/types.rbs', line 332 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
331 332 333 |
# File 'sig/types.rbs', line 331 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
341 342 343 |
# File 'sig/types.rbs', line 341 def release_label @release_label end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
339 340 341 |
# File 'sig/types.rbs', line 339 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
340 341 342 |
# File 'sig/types.rbs', line 340 def state_details @state_details end |
#type ⇒ ::String
Returns the value of attribute type.
342 343 344 |
# File 'sig/types.rbs', line 342 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
337 338 339 |
# File 'sig/types.rbs', line 337 def updated_at @updated_at end |