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.
10823 10824 10825 10826 10827 |
# File 'lib/aws-sdk-glue/types.rb', line 10823 class GetJobBookmarkResponse < Struct.new( :job_bookmark_entry) SENSITIVE = [] include Aws::Structure end |