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`.
8567 8568 8569 8570 8571 |
# File 'lib/aws-sdk-glue/types.rb', line 8567 class DeleteDevEndpointRequest < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |