Class: Aws::Types::JobRunSummary
- Inherits:
-
Object
- Object
- Aws::Types::JobRunSummary
- 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.
-
#attempt_created_at ⇒ ::Time
Returns the value of attribute attempt_created_at.
-
#attempt_updated_at ⇒ ::Time
Returns the value of attribute attempt_updated_at.
-
#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.
-
#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.
354 355 356 |
# File 'sig/types.rbs', line 354 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
358 359 360 |
# File 'sig/types.rbs', line 358 def arn @arn end |
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
367 368 369 |
# File 'sig/types.rbs', line 367 def attempt @attempt end |
#attempt_created_at ⇒ ::Time
Returns the value of attribute attempt_created_at.
368 369 370 |
# File 'sig/types.rbs', line 368 def attempt_created_at @attempt_created_at end |
#attempt_updated_at ⇒ ::Time
Returns the value of attribute attempt_updated_at.
369 370 371 |
# File 'sig/types.rbs', line 369 def attempt_updated_at @attempt_updated_at end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
360 361 362 |
# File 'sig/types.rbs', line 360 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
359 360 361 |
# File 'sig/types.rbs', line 359 def created_by @created_by end |
#execution_role ⇒ ::String
Returns the value of attribute execution_role.
362 363 364 |
# File 'sig/types.rbs', line 362 def execution_role @execution_role end |
#id ⇒ ::String
Returns the value of attribute id.
355 356 357 |
# File 'sig/types.rbs', line 355 def id @id end |
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
357 358 359 |
# File 'sig/types.rbs', line 357 def mode @mode end |
#name ⇒ ::String
Returns the value of attribute name.
356 357 358 |
# File 'sig/types.rbs', line 356 def name @name end |
#release_label ⇒ ::String
Returns the value of attribute release_label.
365 366 367 |
# File 'sig/types.rbs', line 365 def release_label @release_label end |
#state ⇒ "SUBMITTED", ...
Returns the value of attribute state.
363 364 365 |
# File 'sig/types.rbs', line 363 def state @state end |
#state_details ⇒ ::String
Returns the value of attribute state_details.
364 365 366 |
# File 'sig/types.rbs', line 364 def state_details @state_details end |
#type ⇒ ::String
Returns the value of attribute type.
366 367 368 |
# File 'sig/types.rbs', line 366 def type @type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
361 362 363 |
# File 'sig/types.rbs', line 361 def updated_at @updated_at end |