Class: Aws::Types::SheetStyle
- Inherits:
-
Object
- Object
- Aws::Types::SheetStyle
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background ⇒ Types::SheetBackgroundStyle
Returns the value of attribute background.
-
#tile ⇒ Types::TileStyle
Returns the value of attribute tile.
-
#tile_layout ⇒ Types::TileLayoutStyle
Returns the value of attribute tile_layout.
Instance Attribute Details
#background ⇒ Types::SheetBackgroundStyle
Returns the value of attribute background.
10193 10194 10195 |
# File 'sig/types.rbs', line 10193 def background @background end |
#tile ⇒ Types::TileStyle
Returns the value of attribute tile.
10191 10192 10193 |
# File 'sig/types.rbs', line 10191 def tile @tile end |
#tile_layout ⇒ Types::TileLayoutStyle
Returns the value of attribute tile_layout.
10192 10193 10194 |
# File 'sig/types.rbs', line 10192 def tile_layout @tile_layout end |