Class: Aws::Glue::Types::ResetJobBookmarkResponse

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

The reset bookmark entry.



17578
17579
17580
17581
17582
# File 'lib/aws-sdk-glue/types.rb', line 17578

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