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.



6121
6122
6123
# File 'sig/types.rbs', line 6121

def background_style
  @background_style
end

#border_radius::String

Returns the value of attribute border_radius.

Returns:

  • (::String)


6123
6124
6125
# File 'sig/types.rbs', line 6123

def border_radius
  @border_radius
end

#border_styleTypes::FreeFormLayoutElementBorderStyle

Returns the value of attribute border_style.



6119
6120
6121
# File 'sig/types.rbs', line 6119

def border_style
  @border_style
end

#element_id::String

Returns the value of attribute element_id.

Returns:

  • (::String)


6111
6112
6113
# File 'sig/types.rbs', line 6111

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")


6112
6113
6114
# File 'sig/types.rbs', line 6112

def element_type
  @element_type
end

#height::String

Returns the value of attribute height.

Returns:

  • (::String)


6116
6117
6118
# File 'sig/types.rbs', line 6116

def height
  @height
end

#loading_animationTypes::LoadingAnimation

Returns the value of attribute loading_animation.



6122
6123
6124
# File 'sig/types.rbs', line 6122

def loading_animation
  @loading_animation
end

#padding::String

Returns the value of attribute padding.

Returns:

  • (::String)


6124
6125
6126
# File 'sig/types.rbs', line 6124

def padding
  @padding
end

#rendering_rules::Array[Types::SheetElementRenderingRule]

Returns the value of attribute rendering_rules.

Returns:



6118
6119
6120
# File 'sig/types.rbs', line 6118

def rendering_rules
  @rendering_rules
end

#selected_border_styleTypes::FreeFormLayoutElementBorderStyle

Returns the value of attribute selected_border_style.



6120
6121
6122
# File 'sig/types.rbs', line 6120

def selected_border_style
  @selected_border_style
end

#visibility"HIDDEN", "VISIBLE"

Returns the value of attribute visibility.

Returns:

  • ("HIDDEN", "VISIBLE")


6117
6118
6119
# File 'sig/types.rbs', line 6117

def visibility
  @visibility
end

#width::String

Returns the value of attribute width.

Returns:

  • (::String)


6115
6116
6117
# File 'sig/types.rbs', line 6115

def width
  @width
end

#x_axis_location::String

Returns the value of attribute x_axis_location.

Returns:

  • (::String)


6113
6114
6115
# File 'sig/types.rbs', line 6113

def x_axis_location
  @x_axis_location
end

#y_axis_location::String

Returns the value of attribute y_axis_location.

Returns:

  • (::String)


6114
6115
6116
# File 'sig/types.rbs', line 6114

def y_axis_location
  @y_axis_location
end