Class: Aws::Glue::Types::DeleteDevEndpointRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteDevEndpointRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #endpoint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the ‘DevEndpoint`. 
Instance Attribute Details
#endpoint_name ⇒ String
The name of the ‘DevEndpoint`.
| 8601 8602 8603 8604 8605 | # File 'lib/aws-sdk-glue/types.rb', line 8601 class DeleteDevEndpointRequest < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |