Class: Aws::QuickSight::Types::SheetLayoutGroup

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idString

A unique identifier for the group.

Returns:

  • (String)


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

#membersArray<Types::SheetLayoutGroupMember>

The members of the group.

Returns:



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