Class: Aws::Glue::Types::ViewRepresentationInput

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

Overview

A structure containing details of a representation to update or create a Lake Formation view.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dialectString

A parameter that specifies the engine type of a specific representation.

Returns:

  • (String)


24783
24784
24785
24786
24787
24788
24789
24790
24791
# File 'lib/aws-sdk-glue/types.rb', line 24783

class ViewRepresentationInput < Struct.new(
  :dialect,
  :dialect_version,
  :view_original_text,
  :validation_connection,
  :view_expanded_text)
  SENSITIVE = []
  include Aws::Structure
end

#dialect_versionString

A parameter that specifies the version of the engine of a specific representation.

Returns:

  • (String)


24783
24784
24785
24786
24787
24788
24789
24790
24791
# File 'lib/aws-sdk-glue/types.rb', line 24783

class ViewRepresentationInput < Struct.new(
  :dialect,
  :dialect_version,
  :view_original_text,
  :validation_connection,
  :view_expanded_text)
  SENSITIVE = []
  include Aws::Structure
end

#validation_connectionString

The name of the connection to be used to validate the specific representation of the view.

Returns:

  • (String)


24783
24784
24785
24786
24787
24788
24789
24790
24791
# File 'lib/aws-sdk-glue/types.rb', line 24783

class ViewRepresentationInput < Struct.new(
  :dialect,
  :dialect_version,
  :view_original_text,
  :validation_connection,
  :view_expanded_text)
  SENSITIVE = []
  include Aws::Structure
end

#view_expanded_textString

A string that represents the SQL query that describes the view with expanded resource ARNs

Returns:

  • (String)


24783
24784
24785
24786
24787
24788
24789
24790
24791
# File 'lib/aws-sdk-glue/types.rb', line 24783

class ViewRepresentationInput < Struct.new(
  :dialect,
  :dialect_version,
  :view_original_text,
  :validation_connection,
  :view_expanded_text)
  SENSITIVE = []
  include Aws::Structure
end

#view_original_textString

A string that represents the original SQL query that describes the view.

Returns:

  • (String)


24783
24784
24785
24786
24787
24788
24789
24790
24791
# File 'lib/aws-sdk-glue/types.rb', line 24783

class ViewRepresentationInput < Struct.new(
  :dialect,
  :dialect_version,
  :view_original_text,
  :validation_connection,
  :view_expanded_text)
  SENSITIVE = []
  include Aws::Structure
end