Class: Aws::Types::CreateCellRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCellRequest
- 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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#cell_name ⇒ ::String
Returns the value of attribute cell_name.
31 32 33 |
# File 'sig/types.rbs', line 31 def cell_name @cell_name end |
#cells ⇒ ::Array[::String]
Returns the value of attribute cells.
32 33 34 |
# File 'sig/types.rbs', line 32 def cells @cells end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
33 34 35 |
# File 'sig/types.rbs', line 33 def @tags end |