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`.
8613 8614 8615 8616 8617 |
# File 'lib/aws-sdk-glue/types.rb', line 8613 class DeleteDevEndpointRequest < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |