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.



10412
10413
10414
10415
10416
# File 'lib/aws-sdk-glue/types.rb', line 10412

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