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`.
7701 7702 7703 7704 7705 |
# File 'lib/aws-sdk-glue/types.rb', line 7701 class DeleteDevEndpointRequest < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |