Class: Aws::QuickSight::Types::GridLayoutElement

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

An element within a grid layout.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#background_styleTypes::GridLayoutElementBackgroundStyle

The background style configuration of a grid layout element.



21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#border_radiusString

The border radius of a grid layout element.

Returns:

  • (String)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#border_styleTypes::GridLayoutElementBorderStyle

The border style configuration of a grid layout element.



21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#column_indexInteger

The column index for the upper left corner of an element.

Returns:

  • (Integer)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#column_spanInteger

The width of a grid element expressed as a number of grid columns.

Returns:

  • (Integer)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#element_idString

A unique identifier for an element within a grid layout.

Returns:

  • (String)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#element_typeString

The type of element.

Returns:

  • (String)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#loading_animationTypes::LoadingAnimation

The configuration of loading animation in free-form layout.



21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#paddingString

The padding of a grid layout element.

Returns:

  • (String)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#row_indexInteger

The row index for the upper left corner of an element.

Returns:

  • (Integer)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#row_spanInteger

The height of a grid element expressed as a number of grid rows.

Returns:

  • (Integer)


21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end

#selected_border_styleTypes::GridLayoutElementBorderStyle

The border style configuration of a grid layout element. This border style is used when the element is selected.



21130
21131
21132
21133
21134
21135
21136
21137
21138
21139
21140
21141
21142
21143
21144
21145
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 21130

class GridLayoutElement < Struct.new(
  :element_id,
  :element_type,
  :column_index,
  :column_span,
  :row_index,
  :row_span,
  :border_style,
  :selected_border_style,
  :background_style,
  :loading_animation,
  :border_radius,
  :padding)
  SENSITIVE = []
  include Aws::Structure
end