Class: Aws::Types::CustomSql
- Inherits:
-
Object
- Object
- Aws::Types::CustomSql
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute columns.
-
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sql_query ⇒ ::String
Returns the value of attribute sql_query.
Instance Attribute Details
#columns ⇒ ::Array[Types::InputColumn]
Returns the value of attribute columns.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def columns @columns end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def data_source_arn @data_source_arn end |
#name ⇒ ::String
Returns the value of attribute name.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def name @name end |
#sql_query ⇒ ::String
Returns the value of attribute sql_query.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def sql_query @sql_query end |