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.
10583 10584 10585 |
# File 'sig/types.rbs', line 10583 def background @background end |
#tile ⇒ Types::TileStyle
Returns the value of attribute tile.
10581 10582 10583 |
# File 'sig/types.rbs', line 10581 def tile @tile end |
#tile_layout ⇒ Types::TileLayoutStyle
Returns the value of attribute tile_layout.
10582 10583 10584 |
# File 'sig/types.rbs', line 10582 def tile_layout @tile_layout end |