Class: Aws::QuickSight::Types::GridLayoutElement
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GridLayoutElement
- 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
-
#column_index ⇒ Integer
The column index for the upper left corner of an element.
-
#column_span ⇒ Integer
The width of a grid element expressed as a number of grid columns.
-
#element_id ⇒ String
A unique identifier for an element within a grid layout.
-
#element_type ⇒ String
The type of element.
-
#row_index ⇒ Integer
The row index for the upper left corner of an element.
-
#row_span ⇒ Integer
The height of a grid element expressed as a number of grid rows.
Instance Attribute Details
#column_index ⇒ Integer
The column index for the upper left corner of an element.
19349 19350 19351 19352 19353 19354 19355 19356 19357 19358 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19349 class GridLayoutElement < Struct.new( :element_id, :element_type, :column_index, :column_span, :row_index, :row_span) SENSITIVE = [] include Aws::Structure end |
#column_span ⇒ Integer
The width of a grid element expressed as a number of grid columns.
19349 19350 19351 19352 19353 19354 19355 19356 19357 19358 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19349 class GridLayoutElement < Struct.new( :element_id, :element_type, :column_index, :column_span, :row_index, :row_span) SENSITIVE = [] include Aws::Structure end |
#element_id ⇒ String
A unique identifier for an element within a grid layout.
19349 19350 19351 19352 19353 19354 19355 19356 19357 19358 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19349 class GridLayoutElement < Struct.new( :element_id, :element_type, :column_index, :column_span, :row_index, :row_span) SENSITIVE = [] include Aws::Structure end |
#element_type ⇒ String
The type of element.
19349 19350 19351 19352 19353 19354 19355 19356 19357 19358 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19349 class GridLayoutElement < Struct.new( :element_id, :element_type, :column_index, :column_span, :row_index, :row_span) SENSITIVE = [] include Aws::Structure end |
#row_index ⇒ Integer
The row index for the upper left corner of an element.
19349 19350 19351 19352 19353 19354 19355 19356 19357 19358 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19349 class GridLayoutElement < Struct.new( :element_id, :element_type, :column_index, :column_span, :row_index, :row_span) SENSITIVE = [] include Aws::Structure end |
#row_span ⇒ Integer
The height of a grid element expressed as a number of grid rows.
19349 19350 19351 19352 19353 19354 19355 19356 19357 19358 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19349 class GridLayoutElement < Struct.new( :element_id, :element_type, :column_index, :column_span, :row_index, :row_span) SENSITIVE = [] include Aws::Structure end |