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)


7149
7150
7151
7152
7153
# File 'lib/aws-sdk-glue/types.rb', line 7149

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