Class: Aws::Types::FreeFormLayoutElement
- Inherits:
-
Object
- Object
- Aws::Types::FreeFormLayoutElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_style ⇒ Types::FreeFormLayoutElementBackgroundStyle
Returns the value of attribute background_style.
-
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
-
#border_style ⇒ Types::FreeFormLayoutElementBorderStyle
Returns the value of attribute border_style.
-
#element_id ⇒ ::String
Returns the value of attribute element_id.
-
#element_type ⇒ "VISUAL", ...
Returns the value of attribute element_type.
-
#height ⇒ ::String
Returns the value of attribute height.
-
#loading_animation ⇒ Types::LoadingAnimation
Returns the value of attribute loading_animation.
-
#padding ⇒ ::String
Returns the value of attribute padding.
-
#rendering_rules ⇒ ::Array[Types::SheetElementRenderingRule]
Returns the value of attribute rendering_rules.
-
#selected_border_style ⇒ Types::FreeFormLayoutElementBorderStyle
Returns the value of attribute selected_border_style.
-
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
-
#width ⇒ ::String
Returns the value of attribute width.
-
#x_axis_location ⇒ ::String
Returns the value of attribute x_axis_location.
-
#y_axis_location ⇒ ::String
Returns the value of attribute y_axis_location.
Instance Attribute Details
#background_style ⇒ Types::FreeFormLayoutElementBackgroundStyle
Returns the value of attribute background_style.
6121 6122 6123 |
# File 'sig/types.rbs', line 6121 def background_style @background_style end |
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
6123 6124 6125 |
# File 'sig/types.rbs', line 6123 def border_radius @border_radius end |
#border_style ⇒ Types::FreeFormLayoutElementBorderStyle
Returns the value of attribute border_style.
6119 6120 6121 |
# File 'sig/types.rbs', line 6119 def border_style @border_style end |
#element_id ⇒ ::String
Returns the value of attribute element_id.
6111 6112 6113 |
# File 'sig/types.rbs', line 6111 def element_id @element_id end |
#element_type ⇒ "VISUAL", ...
Returns the value of attribute element_type.
6112 6113 6114 |
# File 'sig/types.rbs', line 6112 def element_type @element_type end |
#height ⇒ ::String
Returns the value of attribute height.
6116 6117 6118 |
# File 'sig/types.rbs', line 6116 def height @height end |
#loading_animation ⇒ Types::LoadingAnimation
Returns the value of attribute loading_animation.
6122 6123 6124 |
# File 'sig/types.rbs', line 6122 def loading_animation @loading_animation end |
#padding ⇒ ::String
Returns the value of attribute padding.
6124 6125 6126 |
# File 'sig/types.rbs', line 6124 def padding @padding end |
#rendering_rules ⇒ ::Array[Types::SheetElementRenderingRule]
Returns the value of attribute rendering_rules.
6118 6119 6120 |
# File 'sig/types.rbs', line 6118 def rendering_rules @rendering_rules end |
#selected_border_style ⇒ Types::FreeFormLayoutElementBorderStyle
Returns the value of attribute selected_border_style.
6120 6121 6122 |
# File 'sig/types.rbs', line 6120 def selected_border_style @selected_border_style end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
6117 6118 6119 |
# File 'sig/types.rbs', line 6117 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
6115 6116 6117 |
# File 'sig/types.rbs', line 6115 def width @width end |
#x_axis_location ⇒ ::String
Returns the value of attribute x_axis_location.
6113 6114 6115 |
# File 'sig/types.rbs', line 6113 def x_axis_location @x_axis_location end |
#y_axis_location ⇒ ::String
Returns the value of attribute y_axis_location.
6114 6115 6116 |
# File 'sig/types.rbs', line 6114 def y_axis_location @y_axis_location end |