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.
8447 8448 8449 |
# File 'sig/types.rbs', line 8447 def background_color @background_color end |
#background_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute background_visibility.
8446 8447 8448 |
# File 'sig/types.rbs', line 8446 def background_visibility @background_visibility end |
#border_color ⇒ ::String
Returns the value of attribute border_color.
8443 8444 8445 |
# File 'sig/types.rbs', line 8443 def border_color @border_color end |
#border_style ⇒ "SOLID", ...
Returns the value of attribute border_style.
8442 8443 8444 |
# File 'sig/types.rbs', line 8442 def border_style @border_style end |
#border_thickness ⇒ ::String
Returns the value of attribute border_thickness.
8441 8442 8443 |
# File 'sig/types.rbs', line 8441 def border_thickness @border_thickness end |
#border_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute border_visibility.
8440 8441 8442 |
# File 'sig/types.rbs', line 8440 def border_visibility @border_visibility end |
#gutter_spacing ⇒ ::String
Returns the value of attribute gutter_spacing.
8445 8446 8447 |
# File 'sig/types.rbs', line 8445 def gutter_spacing @gutter_spacing end |
#gutter_visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute gutter_visibility.
8444 8445 8446 |
# File 'sig/types.rbs', line 8444 def gutter_visibility @gutter_visibility end |
#title ⇒ Types::PanelTitleOptions
Returns the value of attribute title.
8439 8440 8441 |
# File 'sig/types.rbs', line 8439 def title @title end |