Class: Aws::Glue::Types::DeleteSchemaVersionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteSchemaVersionsResponse
- Defined in:
- gems/aws-sdk-glue/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.
8955 8956 8957 8958 8959 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8955 class DeleteSchemaVersionsResponse < Struct.new( :schema_version_errors) SENSITIVE = [] include Aws::Structure end |