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.
2967 2968 2969 |
# File 'sig/types.rbs', line 2967 def columns @columns end |
#data_source_arn ⇒ ::String
Returns the value of attribute data_source_arn.
2964 2965 2966 |
# File 'sig/types.rbs', line 2964 def data_source_arn @data_source_arn end |
#name ⇒ ::String
Returns the value of attribute name.
2965 2966 2967 |
# File 'sig/types.rbs', line 2965 def name @name end |
#sql_query ⇒ ::String
Returns the value of attribute sql_query.
2966 2967 2968 |
# File 'sig/types.rbs', line 2966 def sql_query @sql_query end |