Class: Aws::Types::GridLayoutElement
- Inherits:
-
Object
- Object
- Aws::Types::GridLayoutElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#background_style ⇒ Types::GridLayoutElementBackgroundStyle
Returns the value of attribute background_style.
-
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
-
#border_style ⇒ Types::GridLayoutElementBorderStyle
Returns the value of attribute border_style.
-
#column_index ⇒ ::Integer
Returns the value of attribute column_index.
-
#column_span ⇒ ::Integer
Returns the value of attribute column_span.
-
#element_id ⇒ ::String
Returns the value of attribute element_id.
-
#element_type ⇒ "VISUAL", ...
Returns the value of attribute element_type.
-
#loading_animation ⇒ Types::LoadingAnimation
Returns the value of attribute loading_animation.
-
#padding ⇒ ::String
Returns the value of attribute padding.
-
#row_index ⇒ ::Integer
Returns the value of attribute row_index.
-
#row_span ⇒ ::Integer
Returns the value of attribute row_span.
-
#selected_border_style ⇒ Types::GridLayoutElementBorderStyle
Returns the value of attribute selected_border_style.
Instance Attribute Details
#background_style ⇒ Types::GridLayoutElementBackgroundStyle
Returns the value of attribute background_style.
6762 6763 6764 |
# File 'sig/types.rbs', line 6762 def background_style @background_style end |
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
6764 6765 6766 |
# File 'sig/types.rbs', line 6764 def border_radius @border_radius end |
#border_style ⇒ Types::GridLayoutElementBorderStyle
Returns the value of attribute border_style.
6760 6761 6762 |
# File 'sig/types.rbs', line 6760 def border_style @border_style end |
#column_index ⇒ ::Integer
Returns the value of attribute column_index.
6756 6757 6758 |
# File 'sig/types.rbs', line 6756 def column_index @column_index end |
#column_span ⇒ ::Integer
Returns the value of attribute column_span.
6757 6758 6759 |
# File 'sig/types.rbs', line 6757 def column_span @column_span end |
#element_id ⇒ ::String
Returns the value of attribute element_id.
6754 6755 6756 |
# File 'sig/types.rbs', line 6754 def element_id @element_id end |
#element_type ⇒ "VISUAL", ...
Returns the value of attribute element_type.
6755 6756 6757 |
# File 'sig/types.rbs', line 6755 def element_type @element_type end |
#loading_animation ⇒ Types::LoadingAnimation
Returns the value of attribute loading_animation.
6763 6764 6765 |
# File 'sig/types.rbs', line 6763 def loading_animation @loading_animation end |
#padding ⇒ ::String
Returns the value of attribute padding.
6765 6766 6767 |
# File 'sig/types.rbs', line 6765 def padding @padding end |
#row_index ⇒ ::Integer
Returns the value of attribute row_index.
6758 6759 6760 |
# File 'sig/types.rbs', line 6758 def row_index @row_index end |
#row_span ⇒ ::Integer
Returns the value of attribute row_span.
6759 6760 6761 |
# File 'sig/types.rbs', line 6759 def row_span @row_span end |
#selected_border_style ⇒ Types::GridLayoutElementBorderStyle
Returns the value of attribute selected_border_style.
6761 6762 6763 |
# File 'sig/types.rbs', line 6761 def selected_border_style @selected_border_style end |