Class: Aws::Glue::Types::GetDevEndpointRequest

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

Name of the ‘DevEndpoint` to retrieve information for.

Returns:

  • (String)


10046
10047
10048
10049
10050
# File 'lib/aws-sdk-glue/types.rb', line 10046

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