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.
4924 4925 4926 |
# File 'sig/types.rbs', line 4924 def cell_reference @cell_reference end |
#column ⇒ ::Integer
Returns the value of attribute column.
4921 4922 4923 |
# File 'sig/types.rbs', line 4921 def column @column end |
#column_name ⇒ ::String
Returns the value of attribute column_name.
4923 4924 4925 |
# File 'sig/types.rbs', line 4923 def column_name @column_name end |
#row ⇒ ::Integer
Returns the value of attribute row.
4922 4923 4924 |
# File 'sig/types.rbs', line 4922 def row @row end |