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.
| 12540 12541 12542 12543 12544 | # File 'lib/aws-sdk-glue/types.rb', line 12540 class GetJobBookmarkResponse < Struct.new( :job_bookmark_entry) SENSITIVE = [] include Aws::Structure end |