Class: Aws::Glue::Types::ViewValidation

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

Overview

A structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct ‘UpdateTable` or `CreateTable` API calls.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dialectString

The dialect of the query engine.

Returns:

  • (String)


25169
25170
25171
25172
25173
25174
25175
25176
25177
25178
# File 'lib/aws-sdk-glue/types.rb', line 25169

class ViewValidation < Struct.new(
  :dialect,
  :dialect_version,
  :view_validation_text,
  :update_time,
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#dialect_versionString

The version of the dialect of the query engine. For example, 3.0.0.

Returns:

  • (String)


25169
25170
25171
25172
25173
25174
25175
25176
25177
25178
# File 'lib/aws-sdk-glue/types.rb', line 25169

class ViewValidation < Struct.new(
  :dialect,
  :dialect_version,
  :view_validation_text,
  :update_time,
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorTypes::ErrorDetail

An error associated with the validation.

Returns:



25169
25170
25171
25172
25173
25174
25175
25176
25177
25178
# File 'lib/aws-sdk-glue/types.rb', line 25169

class ViewValidation < Struct.new(
  :dialect,
  :dialect_version,
  :view_validation_text,
  :update_time,
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the validation.

Returns:

  • (String)


25169
25170
25171
25172
25173
25174
25175
25176
25177
25178
# File 'lib/aws-sdk-glue/types.rb', line 25169

class ViewValidation < Struct.new(
  :dialect,
  :dialect_version,
  :view_validation_text,
  :update_time,
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time of the last update.

Returns:

  • (Time)


25169
25170
25171
25172
25173
25174
25175
25176
25177
25178
# File 'lib/aws-sdk-glue/types.rb', line 25169

class ViewValidation < Struct.new(
  :dialect,
  :dialect_version,
  :view_validation_text,
  :update_time,
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#view_validation_textString

The ‘SELECT` query that defines the view, as provided by the customer.

Returns:

  • (String)


25169
25170
25171
25172
25173
25174
25175
25176
25177
25178
# File 'lib/aws-sdk-glue/types.rb', line 25169

class ViewValidation < Struct.new(
  :dialect,
  :dialect_version,
  :view_validation_text,
  :update_time,
  :state,
  :error)
  SENSITIVE = []
  include Aws::Structure
end