You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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:

  • (Hash<String,Types::ErrorDetail>)

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

#succeededArray<String>

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

Returns:

  • (Array<String>)

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