Class: Aws::Glue::Types::ResetJobBookmarkResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::ResetJobBookmarkResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_bookmark_entry  ⇒ Types::JobBookmarkEntry 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The reset bookmark entry. 
Instance Attribute Details
#job_bookmark_entry ⇒ Types::JobBookmarkEntry
The reset bookmark entry.
| 21340 21341 21342 21343 21344 | # File 'lib/aws-sdk-glue/types.rb', line 21340 class ResetJobBookmarkResponse < Struct.new( :job_bookmark_entry) SENSITIVE = [] include Aws::Structure end |