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

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


28011
28012
28013
28014
28015
28016
28017
28018
28019
28020
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28011

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)


28011
28012
28013
28014
28015
28016
28017
28018
28019
28020
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28011

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:



28011
28012
28013
28014
28015
28016
28017
28018
28019
28020
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28011

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)


28011
28012
28013
28014
28015
28016
28017
28018
28019
28020
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28011

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)


28011
28012
28013
28014
28015
28016
28017
28018
28019
28020
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28011

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)


28011
28012
28013
28014
28015
28016
28017
28018
28019
28020
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 28011

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