Class: Aws::Types::ViewRepresentation
- Inherits:
-
Object
- Object
- Aws::Types::ViewRepresentation
- 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.
-
#is_stale ⇒ Boolean
Returns the value of attribute is_stale.
-
#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.
8353 8354 8355 |
# File 'sig/types.rbs', line 8353 def dialect @dialect end |
#dialect_version ⇒ ::String
Returns the value of attribute dialect_version.
8354 8355 8356 |
# File 'sig/types.rbs', line 8354 def dialect_version @dialect_version end |
#is_stale ⇒ Boolean
Returns the value of attribute is_stale.
8358 8359 8360 |
# File 'sig/types.rbs', line 8358 def is_stale @is_stale end |
#validation_connection ⇒ ::String
Returns the value of attribute validation_connection.
8357 8358 8359 |
# File 'sig/types.rbs', line 8357 def validation_connection @validation_connection end |
#view_expanded_text ⇒ ::String
Returns the value of attribute view_expanded_text.
8356 8357 8358 |
# File 'sig/types.rbs', line 8356 def @view_expanded_text end |
#view_original_text ⇒ ::String
Returns the value of attribute view_original_text.
8355 8356 8357 |
# File 'sig/types.rbs', line 8355 def view_original_text @view_original_text end |