Class: Aws::Glue::Types::BatchCreatePartitionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::BatchCreatePartitionResponse
- Defined in:
- gems/aws-sdk-glue/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 create the requested partitions.
Instance Attribute Details
#errors ⇒ Array<Types::PartitionError>
The errors encountered when trying to create the requested partitions.
780 781 782 783 784 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 780 class BatchCreatePartitionResponse < Struct.new( :errors) SENSITIVE = [] include Aws::Structure end |