Class: Aws::Glue::Types::BatchGetDevEndpointsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dev_endpointsArray<Types::DevEndpoint>

A list of DevEndpoint definitions.

Returns:



905
906
907
908
909
910
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 905

class BatchGetDevEndpointsResponse < Struct.new(
  :dev_endpoints,
  :dev_endpoints_not_found)
  SENSITIVE = []
  include Aws::Structure
end

#dev_endpoints_not_foundArray<String>

A list of DevEndpoints not found.

Returns:

  • (Array<String>)


905
906
907
908
909
910
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 905

class BatchGetDevEndpointsResponse < Struct.new(
  :dev_endpoints,
  :dev_endpoints_not_found)
  SENSITIVE = []
  include Aws::Structure
end