Class: Aws::Types::ViewRepresentationInput
- Inherits:
-
Object
- Object
- Aws::Types::ViewRepresentationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dialect ⇒ "REDSHIFT", ...
Returns the value of attribute dialect.
-
#dialect_version ⇒ ::String
Returns the value of attribute dialect_version.
-
#validation_connection ⇒ ::String
Returns the value of attribute validation_connection.
-
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
-
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
Instance Attribute Details
#dialect ⇒ "REDSHIFT", ...
Returns the value of attribute dialect.
8363 8364 8365 |
# File 'sig/types.rbs', line 8363 def dialect @dialect end |
#dialect_version ⇒ ::String
Returns the value of attribute dialect_version.
8364 8365 8366 |
# File 'sig/types.rbs', line 8364 def dialect_version @dialect_version end |
#validation_connection ⇒ ::String
Returns the value of attribute validation_connection.
8366 8367 8368 |
# File 'sig/types.rbs', line 8366 def validation_connection @validation_connection end |
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
8367 8368 8369 |
# File 'sig/types.rbs', line 8367 def @view_expanded_text end |
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
8365 8366 8367 |
# File 'sig/types.rbs', line 8365 def view_original_text @view_original_text end |