Class: Aws::Types::PanelConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::PanelConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_color ⇒ ::String
Returns the value of attribute background_color.
-
#background_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute background_visibility.
-
#border_color ⇒ ::String
Returns the value of attribute border_color.
-
#border_style ⇒ "SOLID", ...
Returns the value of attribute border_style.
-
#border_thickness ⇒ ::String
Returns the value of attribute border_thickness.
-
#border_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute border_visibility.
-
#gutter_spacing ⇒ ::String
Returns the value of attribute gutter_spacing.
-
#gutter_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute gutter_visibility.
-
#title ⇒ Types::PanelTitleOptions
Returns the value of attribute title.
Instance Attribute Details
#background_color ⇒ ::String
Returns the value of attribute background_color.
8798 8799 8800 |
# File 'sig/types.rbs', line 8798 def background_color @background_color end |
#background_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute background_visibility.
8797 8798 8799 |
# File 'sig/types.rbs', line 8797 def background_visibility @background_visibility end |
#border_color ⇒ ::String
Returns the value of attribute border_color.
8794 8795 8796 |
# File 'sig/types.rbs', line 8794 def border_color @border_color end |
#border_style ⇒ "SOLID", ...
Returns the value of attribute border_style.
8793 8794 8795 |
# File 'sig/types.rbs', line 8793 def border_style @border_style end |
#border_thickness ⇒ ::String
Returns the value of attribute border_thickness.
8792 8793 8794 |
# File 'sig/types.rbs', line 8792 def border_thickness @border_thickness end |
#border_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute border_visibility.
8791 8792 8793 |
# File 'sig/types.rbs', line 8791 def border_visibility @border_visibility end |
#gutter_spacing ⇒ ::String
Returns the value of attribute gutter_spacing.
8796 8797 8798 |
# File 'sig/types.rbs', line 8796 def gutter_spacing @gutter_spacing end |
#gutter_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute gutter_visibility.
8795 8796 8797 |
# File 'sig/types.rbs', line 8795 def gutter_visibility @gutter_visibility end |
#title ⇒ Types::PanelTitleOptions
Returns the value of attribute title.
8790 8791 8792 |
# File 'sig/types.rbs', line 8790 def title @title end |