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.
12528 12529 12530 12531 12532 |
# File 'lib/aws-sdk-glue/types.rb', line 12528 class GetJobBookmarkResponse < Struct.new( :job_bookmark_entry) SENSITIVE = [] include Aws::Structure end |