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.



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.

Returns:

  • (::String)


6498
6499
6500
# File 'sig/types.rbs', line 6498

def border_radius
  @border_radius
end

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

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

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


6489
6490
6491
# File 'sig/types.rbs', line 6489

def element_type
  @element_type
end

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

Returns:

  • (::String)


6499
6500
6501
# File 'sig/types.rbs', line 6499

def padding
  @padding
end

#row_index::Integer

Returns the value of attribute row_index.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


6493
6494
6495
# File 'sig/types.rbs', line 6493

def row_span
  @row_span
end

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