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.
7947 7948 7949 7950 7951 |
# File 'lib/aws-sdk-glue/types.rb', line 7947 class DeleteSchemaVersionsResponse < Struct.new( :schema_version_errors) SENSITIVE = [] include Aws::Structure end |