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)


37662
37663
37664
37665
37666
37667
# File 'lib/aws-sdk-quicksight/types.rb', line 37662

class SheetLayoutGroup < Struct.new(
  :id,
  :members)
  SENSITIVE = []
  include Aws::Structure
end

#membersArray<Types::SheetLayoutGroupMember>

The members of the group.

Returns:



37662
37663
37664
37665
37666
37667
# File 'lib/aws-sdk-quicksight/types.rb', line 37662

class SheetLayoutGroup < Struct.new(
  :id,
  :members)
  SENSITIVE = []
  include Aws::Structure
end