Class: Aws::Glue::Types::GetJobBookmarkResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_bookmark_entryTypes::JobBookmarkEntry

A structure that defines a point that a job can resume processing.



9375
9376
9377
9378
9379
# File 'lib/aws-sdk-glue/types.rb', line 9375

class GetJobBookmarkResponse < Struct.new(
  :job_bookmark_entry)
  SENSITIVE = []
  include Aws::Structure
end