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_style ⇒ Types::GridLayoutElementBackgroundStyle

The background style configuration of a grid layout element.



27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_radius ⇒ String

The border radius of a grid layout element.

Returns:

  • (String)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_style ⇒ Types::GridLayoutElementBorderStyle

The border style configuration of a grid layout element.



27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_index ⇒ Integer

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

Returns:

  • (Integer)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_span ⇒ Integer

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

Returns:

  • (Integer)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_id ⇒ String

A unique identifier for an element within a grid layout.

Returns:

  • (String)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_type ⇒ String

The type of element.

Returns:

  • (String)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_animation ⇒ Types::LoadingAnimation

The configuration of loading animation in free-form layout.



27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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

#padding ⇒ String

The padding of a grid layout element.

Returns:

  • (String)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_index ⇒ Integer

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

Returns:

  • (Integer)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_span ⇒ Integer

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

Returns:

  • (Integer)


27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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_style ⇒ Types::GridLayoutElementBorderStyle

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



27418
27419
27420
27421
27422
27423
27424
27425
27426
27427
27428
27429
27430
27431
27432
27433
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 27418

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