Class: Aws::Glue::Types::BatchDeletePartitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchDeletePartitionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::PartitionError>
The errors encountered when trying to delete the requested partitions.
Instance Attribute Details
#errors ⇒ Array<Types::PartitionError>
The errors encountered when trying to delete the requested partitions.
766 767 768 769 770 |
# File 'lib/aws-sdk-glue/types.rb', line 766 class BatchDeletePartitionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |