Class: Aws::Types::Cell
- Inherits:
-
Object
- Object
- Aws::Types::Cell
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_reference ⇒ ::String
Returns the value of attribute cell_reference.
-
#column ⇒ ::Integer
Returns the value of attribute column.
-
#column_name ⇒ ::String
Returns the value of attribute column_name.
-
#row ⇒ ::Integer
Returns the value of attribute row.
Instance Attribute Details
#cell_reference ⇒ ::String
Returns the value of attribute cell_reference.
275 276 277 |
# File 'sig/types.rbs', line 275 def cell_reference @cell_reference end |
#column ⇒ ::Integer
Returns the value of attribute column.
276 277 278 |
# File 'sig/types.rbs', line 276 def column @column end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
277 278 279 |
# File 'sig/types.rbs', line 277 def column_name @column_name end |
#row ⇒ ::Integer
Returns the value of attribute row.
278 279 280 |
# File 'sig/types.rbs', line 278 def row @row end |