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.
5855 5856 5857 |
# File 'sig/types.rbs', line 5855 def background_style @background_style end |
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
5857 5858 5859 |
# File 'sig/types.rbs', line 5857 def border_radius @border_radius end |
#border_style ⇒ Types::FreeFormLayoutElementBorderStyle
Returns the value of attribute border_style.
5853 5854 5855 |
# File 'sig/types.rbs', line 5853 def border_style @border_style end |
#element_id ⇒ ::String
Returns the value of attribute element_id.
5845 5846 5847 |
# File 'sig/types.rbs', line 5845 def element_id @element_id end |
#element_type ⇒ "VISUAL", ...
Returns the value of attribute element_type.
5846 5847 5848 |
# File 'sig/types.rbs', line 5846 def element_type @element_type end |
#height ⇒ ::String
Returns the value of attribute height.
5850 5851 5852 |
# File 'sig/types.rbs', line 5850 def height @height end |
#loading_animation ⇒ Types::LoadingAnimation
Returns the value of attribute loading_animation.
5856 5857 5858 |
# File 'sig/types.rbs', line 5856 def loading_animation @loading_animation end |
#padding ⇒ ::String
Returns the value of attribute padding.
5858 5859 5860 |
# File 'sig/types.rbs', line 5858 def padding @padding end |
#rendering_rules ⇒ ::Array[Types::SheetElementRenderingRule]
Returns the value of attribute rendering_rules.
5852 5853 5854 |
# File 'sig/types.rbs', line 5852 def rendering_rules @rendering_rules end |
#selected_border_style ⇒ Types::FreeFormLayoutElementBorderStyle
Returns the value of attribute selected_border_style.
5854 5855 5856 |
# File 'sig/types.rbs', line 5854 def selected_border_style @selected_border_style end |
#visibility ⇒ "HIDDEN", "VISIBLE"
Returns the value of attribute visibility.
5851 5852 5853 |
# File 'sig/types.rbs', line 5851 def visibility @visibility end |
#width ⇒ ::String
Returns the value of attribute width.
5849 5850 5851 |
# File 'sig/types.rbs', line 5849 def width @width end |
#x_axis_location ⇒ ::String
Returns the value of attribute x_axis_location.
5847 5848 5849 |
# File 'sig/types.rbs', line 5847 def x_axis_location @x_axis_location end |
#y_axis_location ⇒ ::String
Returns the value of attribute y_axis_location.
5848 5849 5850 |
# File 'sig/types.rbs', line 5848 def y_axis_location @y_axis_location end |