Class: Aws::Glue::Types::BatchDeleteConnectionResponse

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

#errorsHash<String,Types::ErrorDetail>

A map of the names of connections that were not successfully deleted to error details.

Returns:



614
615
616
617
618
619
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 614

class BatchDeleteConnectionResponse < Struct.new(
  :succeeded,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#succeededArray<String>

A list of names of the connection definitions that were successfully deleted.

Returns:

  • (Array<String>)


614
615
616
617
618
619
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 614

class BatchDeleteConnectionResponse < Struct.new(
  :succeeded,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end