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.
6496 6497 6498 |
# File 'sig/types.rbs', line 6496 def background_style @background_style end |
#border_radius ⇒ ::String
Returns the value of attribute border_radius.
6498 6499 6500 |
# File 'sig/types.rbs', line 6498 def border_radius @border_radius end |
#border_style ⇒ Types::GridLayoutElementBorderStyle
Returns the value of attribute border_style.
6494 6495 6496 |
# File 'sig/types.rbs', line 6494 def border_style @border_style end |
#column_index ⇒ ::Integer
Returns the value of attribute column_index.
6490 6491 6492 |
# File 'sig/types.rbs', line 6490 def column_index @column_index end |
#column_span ⇒ ::Integer
Returns the value of attribute column_span.
6491 6492 6493 |
# File 'sig/types.rbs', line 6491 def column_span @column_span end |
#element_id ⇒ ::String
Returns the value of attribute element_id.
6488 6489 6490 |
# File 'sig/types.rbs', line 6488 def element_id @element_id end |
#element_type ⇒ "VISUAL", ...
Returns the value of attribute element_type.
6489 6490 6491 |
# File 'sig/types.rbs', line 6489 def element_type @element_type end |
#loading_animation ⇒ Types::LoadingAnimation
Returns the value of attribute loading_animation.
6497 6498 6499 |
# File 'sig/types.rbs', line 6497 def loading_animation @loading_animation end |
#padding ⇒ ::String
Returns the value of attribute padding.
6499 6500 6501 |
# File 'sig/types.rbs', line 6499 def padding @padding end |
#row_index ⇒ ::Integer
Returns the value of attribute row_index.
6492 6493 6494 |
# File 'sig/types.rbs', line 6492 def row_index @row_index end |
#row_span ⇒ ::Integer
Returns the value of attribute row_span.
6493 6494 6495 |
# File 'sig/types.rbs', line 6493 def row_span @row_span end |
#selected_border_style ⇒ Types::GridLayoutElementBorderStyle
Returns the value of attribute selected_border_style.
6495 6496 6497 |
# File 'sig/types.rbs', line 6495 def selected_border_style @selected_border_style end |