Class: Aws::QuickSight::Types::SheetLayoutGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetLayoutGroup
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
A group of elements within a sheet layout.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
A unique identifier for the group.
-
#members ⇒ Array<Types::SheetLayoutGroupMember>
The members of the group.
Instance Attribute Details
#id ⇒ String
A unique identifier for the group.
35368 35369 35370 35371 35372 35373 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35368 class SheetLayoutGroup < Struct.new( :id, :members) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::SheetLayoutGroupMember>
The members of the group.
35368 35369 35370 35371 35372 35373 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35368 class SheetLayoutGroup < Struct.new( :id, :members) SENSITIVE = [] include Aws::Structure end |