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.
2421 2422 2423 |
# File 'sig/types.rbs', line 2421 def column_name @column_name end |
#column_value ⇒ ::String
Returns the value of attribute column_value.
2422 2423 2424 |
# File 'sig/types.rbs', line 2422 def column_value @column_value end |
#type ⇒ "BLOB", ...
Returns the value of attribute type.
2423 2424 2425 |
# File 'sig/types.rbs', line 2423 def type @type end |