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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



721
722
723
724
725
726
# File 'lib/aws-sdk-glue/types.rb', line 721

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>)


721
722
723
724
725
726
# File 'lib/aws-sdk-glue/types.rb', line 721

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