Class: Aws::Types::FreeFormLayoutElement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


5857
5858
5859
# File 'sig/types.rbs', line 5857

def border_radius
  @border_radius
end

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

Returns:

  • (::String)


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.

Returns:

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


5846
5847
5848
# File 'sig/types.rbs', line 5846

def element_type
  @element_type
end

#height::String

Returns the value of attribute height.

Returns:

  • (::String)


5850
5851
5852
# File 'sig/types.rbs', line 5850

def height
  @height
end

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

Returns:

  • (::String)


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.

Returns:



5852
5853
5854
# File 'sig/types.rbs', line 5852

def rendering_rules
  @rendering_rules
end

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

Returns:

  • ("HIDDEN", "VISIBLE")


5851
5852
5853
# File 'sig/types.rbs', line 5851

def visibility
  @visibility
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


5848
5849
5850
# File 'sig/types.rbs', line 5848

def y_axis_location
  @y_axis_location
end