Class: Aws::Glue::Types::GetDevEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDevEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
Name of the ‘DevEndpoint` to retrieve information for.
Instance Attribute Details
#endpoint_name ⇒ String
Name of the ‘DevEndpoint` to retrieve information for.
12273 12274 12275 12276 12277 |
# File 'lib/aws-sdk-glue/types.rb', line 12273 class GetDevEndpointRequest < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |