Class: Aws::Glue::Types::GetDevEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDevEndpointRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
Name of the
DevEndpointto retrieve information for.
Instance Attribute Details
#endpoint_name ⇒ String
Name of the DevEndpoint to retrieve information for.
13345 13346 13347 13348 13349 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13345 class GetDevEndpointRequest < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |