Class: Aws::Glue::Types::BatchGetDevEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchGetDevEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dev_endpoints ⇒ Array<Types::DevEndpoint>
A list of `DevEndpoint` definitions.
-
#dev_endpoints_not_found ⇒ Array<String>
A list of `DevEndpoints` not found.
Instance Attribute Details
#dev_endpoints ⇒ Array<Types::DevEndpoint>
A list of `DevEndpoint` definitions.
692 693 694 695 696 697 |
# File 'lib/aws-sdk-glue/types.rb', line 692 class BatchGetDevEndpointsResponse < Struct.new( :dev_endpoints, :dev_endpoints_not_found) SENSITIVE = [] include Aws::Structure end |
#dev_endpoints_not_found ⇒ Array<String>
A list of `DevEndpoints` not found.
692 693 694 695 696 697 |
# File 'lib/aws-sdk-glue/types.rb', line 692 class BatchGetDevEndpointsResponse < Struct.new( :dev_endpoints, :dev_endpoints_not_found) SENSITIVE = [] include Aws::Structure end |