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

#column_indexInteger

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

Returns:

  • (Integer)


16340
16341
16342
16343
16344
16345
16346
16347
16348
16349
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16340

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

#column_spanInteger

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

Returns:

  • (Integer)


16340
16341
16342
16343
16344
16345
16346
16347
16348
16349
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16340

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

#element_idString

A unique identifier for an element within a grid layout.

Returns:

  • (String)


16340
16341
16342
16343
16344
16345
16346
16347
16348
16349
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16340

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

#element_typeString

The type of element.

Returns:

  • (String)


16340
16341
16342
16343
16344
16345
16346
16347
16348
16349
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16340

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

#row_indexInteger

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

Returns:

  • (Integer)


16340
16341
16342
16343
16344
16345
16346
16347
16348
16349
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16340

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

#row_spanInteger

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

Returns:

  • (Integer)


16340
16341
16342
16343
16344
16345
16346
16347
16348
16349
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 16340

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