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

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

Instance Attribute Details

#idString

A unique identifier for the group.

Returns:

  • (String)


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

#membersArray<Types::SheetLayoutGroupMember>

The members of the group.

Returns:



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