Class: Aws::Glue::Types::DeleteSchemaVersionsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#schema_version_errorsArray<Types::SchemaVersionErrorItem>

A list of SchemaVersionErrorItem objects, each containing an error and schema version.

Returns:



7395
7396
7397
7398
7399
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7395

class DeleteSchemaVersionsResponse < Struct.new(
  :schema_version_errors)
  SENSITIVE = []
  include Aws::Structure
end