Class: Aws::Glue::Types::GetJobBookmarkResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetJobBookmarkResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_bookmark_entry ⇒ Types::JobBookmarkEntry
A structure that defines a point that a job can resume processing.
Instance Attribute Details
#job_bookmark_entry ⇒ Types::JobBookmarkEntry
A structure that defines a point that a job can resume processing.
12506 12507 12508 12509 12510 |
# File 'lib/aws-sdk-glue/types.rb', line 12506 class GetJobBookmarkResponse < Struct.new( :job_bookmark_entry) SENSITIVE = [] include Aws::Structure end |