Class: Aws::Types::RetrievalResultContentColumn
- Inherits:
-
Object
- Object
- Aws::Types::RetrievalResultContentColumn
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#column_value ⇒ ::String
Returns the value of attribute column_value.
-
#type ⇒ "BLOB", ...
Returns the value of attribute type.
Instance Attribute Details
#column_name ⇒ ::String
Returns the value of attribute column_name.
2339 2340 2341 |
# File 'sig/types.rbs', line 2339 def column_name @column_name end |
#column_value ⇒ ::String
Returns the value of attribute column_value.
2340 2341 2342 |
# File 'sig/types.rbs', line 2340 def column_value @column_value end |
#type ⇒ "BLOB", ...
Returns the value of attribute type.
2341 2342 2343 |
# File 'sig/types.rbs', line 2341 def type @type end |