Class: Aws::QuickSight::Types::SheetLayoutGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetLayoutGroup
- Includes:
- Structure
- Defined in:
- 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.
35731 35732 35733 35734 35735 35736 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35731 class SheetLayoutGroup < Struct.new( :id, :members) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::SheetLayoutGroupMember>
The members of the group.
35731 35732 35733 35734 35735 35736 |
# File 'lib/aws-sdk-quicksight/types.rb', line 35731 class SheetLayoutGroup < Struct.new( :id, :members) SENSITIVE = [] include Aws::Structure end |