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.
808 809 810 811 812 |
# File 'lib/aws-sdk-glue/types.rb', line 808 class BatchDeleteTableResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |