Class: Aws::QuickSight::Types::SheetLayoutGroupMember

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

A member of a sheet layout group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the group member.

Returns:

  • (String)


35750
35751
35752
35753
35754
35755
# File 'lib/aws-sdk-quicksight/types.rb', line 35750

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

#typeString

The type of the group member.

Returns:

  • (String)


35750
35751
35752
35753
35754
35755
# File 'lib/aws-sdk-quicksight/types.rb', line 35750

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