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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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:



24573
24574
24575
24576
24577
24578
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24573

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:



24573
24574
24575
24576
24577
24578
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 24573

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