Class: Aws::Glue::Types::BatchDeleteTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchDeleteTableResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::TableError>
A list of errors encountered in attempting to delete the specified tables.
Instance Attribute Details
#errors ⇒ Array<Types::TableError>
A list of errors encountered in attempting to delete the specified tables.
903 904 905 906 907 |
# File 'lib/aws-sdk-glue/types.rb', line 903 class BatchDeleteTableResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |