Class: Aws::Glue::Types::GetDevEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDevEndpointResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_endpoint ⇒ Types::DevEndpoint
A ‘DevEndpoint` definition.
Instance Attribute Details
#dev_endpoint ⇒ Types::DevEndpoint
A ‘DevEndpoint` definition.
10765 10766 10767 10768 10769 |
# File 'lib/aws-sdk-glue/types.rb', line 10765 class GetDevEndpointResponse < Struct.new( :dev_endpoint) SENSITIVE = [] include Aws::Structure end |