Class: Aws::Types::JobBookmarkEntry
- Inherits:
-
Object
- Object
- Aws::Types::JobBookmarkEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
-
#job_bookmark ⇒ ::String
Returns the value of attribute job_bookmark.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#previous_run_id ⇒ ::String
Returns the value of attribute previous_run_id.
-
#run ⇒ ::Integer
Returns the value of attribute run.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#attempt ⇒ ::Integer
Returns the value of attribute attempt.
4898 4899 4900 |
# File 'sig/types.rbs', line 4898 def attempt @attempt end |
#job_bookmark ⇒ ::String
Returns the value of attribute job_bookmark.
4901 4902 4903 |
# File 'sig/types.rbs', line 4901 def job_bookmark @job_bookmark end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
4895 4896 4897 |
# File 'sig/types.rbs', line 4895 def job_name @job_name end |
#previous_run_id ⇒ ::String
Returns the value of attribute previous_run_id.
4899 4900 4901 |
# File 'sig/types.rbs', line 4899 def previous_run_id @previous_run_id end |
#run ⇒ ::Integer
Returns the value of attribute run.
4897 4898 4899 |
# File 'sig/types.rbs', line 4897 def run @run end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
4900 4901 4902 |
# File 'sig/types.rbs', line 4900 def run_id @run_id end |
#version ⇒ ::Integer
Returns the value of attribute version.
4896 4897 4898 |
# File 'sig/types.rbs', line 4896 def version @version end |