Class: Aws::Types::InExpression
- Inherits:
-
Object
- Object
- Aws::Types::InExpression
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
3635 3636 3637 |
# File 'sig/types.rbs', line 3635 def column_name @column_name end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
3636 3637 3638 |
# File 'sig/types.rbs', line 3636 def values @values end |