Class: Aws::Glue::Types::StatusDetails

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

Overview

A structure containing information about an asynchronous change to a table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#requested_changeTypes::Table

A ‘Table` object representing the requested changes.

Returns:



22021
22022
22023
22024
22025
22026
# File 'lib/aws-sdk-glue/types.rb', line 22021

class StatusDetails < Struct.new(
  :requested_change,
  :view_validations)
  SENSITIVE = []
  include Aws::Structure
end

#view_validationsArray<Types::ViewValidation>

A list of ‘ViewValidation` objects that contain information for an analytical engine to validate a view.

Returns:



22021
22022
22023
22024
22025
22026
# File 'lib/aws-sdk-glue/types.rb', line 22021

class StatusDetails < Struct.new(
  :requested_change,
  :view_validations)
  SENSITIVE = []
  include Aws::Structure
end