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

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

Overview

Note:

When making an API call, you may pass DeleteDevEndpointRequest data as a hash:

{
  endpoint_name: "GenericString", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of the ‘DevEndpoint`.

Returns:

  • (String)


5310
5311
5312
5313
5314
# File 'lib/aws-sdk-glue/types.rb', line 5310

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