Class: Aws::Types::GridLayoutElement

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#background_styleTypes::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.

Returns:

  • (::String)


6764
6765
6766
# File 'sig/types.rbs', line 6764

def border_radius
  @border_radius
end

#border_styleTypes::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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("VISUAL", "FILTER_CONTROL", "PARAMETER_CONTROL", "TEXT_BOX", "IMAGE")


6755
6756
6757
# File 'sig/types.rbs', line 6755

def element_type
  @element_type
end

#loading_animationTypes::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.

Returns:

  • (::String)


6765
6766
6767
# File 'sig/types.rbs', line 6765

def padding
  @padding
end

#row_index::Integer

Returns the value of attribute row_index.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


6759
6760
6761
# File 'sig/types.rbs', line 6759

def row_span
  @row_span
end

#selected_border_styleTypes::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