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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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.



23684
23685
23686
23687
23688
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 23684

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