Class: Aws::Glue::Types::GetDevEndpointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetDevEndpointResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_endpoint ⇒ Types::DevEndpoint
A
DevEndpointdefinition.
Instance Attribute Details
#dev_endpoint ⇒ Types::DevEndpoint
A DevEndpoint definition.
13378 13379 13380 13381 13382 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13378 class GetDevEndpointResponse < Struct.new( :dev_endpoint) SENSITIVE = [] include Aws::Structure end |