Class: Aws::Glue::Types::DeleteDevEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of the DevEndpoint.

Returns:

  • (String)


9450
9451
9452
9453
9454
# File 'lib/aws-sdk-glue/types.rb', line 9450

class DeleteDevEndpointRequest < Struct.new(
  :endpoint_name)
  SENSITIVE = []
  include Aws::Structure
end