Class: Aws::Types::ViewRepresentationInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dialect"REDSHIFT", ...

Returns the value of attribute dialect.

Returns:

  • ("REDSHIFT", "ATHENA", "SPARK")


8433
8434
8435
# File 'sig/types.rbs', line 8433

def dialect
  @dialect
end

#dialect_version::String

Returns the value of attribute dialect_version.

Returns:

  • (::String)


8434
8435
8436
# File 'sig/types.rbs', line 8434

def dialect_version
  @dialect_version
end

#validation_connection::String

Returns the value of attribute validation_connection.

Returns:

  • (::String)


8436
8437
8438
# File 'sig/types.rbs', line 8436

def validation_connection
  @validation_connection
end

#view_expanded_text::String

Returns the value of attribute view_expanded_text.

Returns:

  • (::String)


8437
8438
8439
# File 'sig/types.rbs', line 8437

def view_expanded_text
  @view_expanded_text
end

#view_original_text::String

Returns the value of attribute view_original_text.

Returns:

  • (::String)


8435
8436
8437
# File 'sig/types.rbs', line 8435

def view_original_text
  @view_original_text
end