Class: Aws::Glue::Types::BatchDeleteTableResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchDeleteTableResponse
- Defined in:
- gems/aws-sdk-glue/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 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 808 class BatchDeleteTableResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |