Class: Aws::Glue::Types::DeleteSchemaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteSchemaVersionsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#schema_version_errors ⇒ Array<Types::SchemaVersionErrorItem>
A list of ‘SchemaVersionErrorItem` objects, each containing an error and schema version.
Instance Attribute Details
#schema_version_errors ⇒ Array<Types::SchemaVersionErrorItem>
A list of ‘SchemaVersionErrorItem` objects, each containing an error and schema version.
8933 8934 8935 8936 8937 |
# File 'lib/aws-sdk-glue/types.rb', line 8933 class DeleteSchemaVersionsResponse < Struct.new( :schema_version_errors) SENSITIVE = [] include Aws::Structure end |