Class: Aws::Types::JobBookmarkEntry

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attempt::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


4917
4918
4919
# File 'sig/types.rbs', line 4917

def attempt
  @attempt
end

#job_bookmark::String

Returns the value of attribute job_bookmark.

Returns:

  • (::String)


4920
4921
4922
# File 'sig/types.rbs', line 4920

def job_bookmark
  @job_bookmark
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


4914
4915
4916
# File 'sig/types.rbs', line 4914

def job_name
  @job_name
end

#previous_run_id::String

Returns the value of attribute previous_run_id.

Returns:

  • (::String)


4918
4919
4920
# File 'sig/types.rbs', line 4918

def previous_run_id
  @previous_run_id
end

#run::Integer

Returns the value of attribute run.

Returns:

  • (::Integer)


4916
4917
4918
# File 'sig/types.rbs', line 4916

def run
  @run
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


4919
4920
4921
# File 'sig/types.rbs', line 4919

def run_id
  @run_id
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


4915
4916
4917
# File 'sig/types.rbs', line 4915

def version
  @version
end