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

#id ⇒ String

A unique identifier for the group.

Returns:

  • (String)


42088
42089
42090
42091
42092
42093
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42088

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

#members ⇒ Array<Types::SheetLayoutGroupMember>

The members of the group.

Returns:



42088
42089
42090
42091
42092
42093
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 42088

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