Class: Aws::Types::UpdateCellRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCellRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
-
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
Instance Attribute Details
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
469 470 471 |
# File 'sig/types.rbs', line 469 def cell_name @cell_name end |
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
470 471 472 |
# File 'sig/types.rbs', line 470 def cells @cells end |