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)


35900
35901
35902
35903
35904
35905
# File 'lib/aws-sdk-quicksight/types.rb', line 35900

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

#typeString

The type of the group member.

Returns:

  • (String)


35900
35901
35902
35903
35904
35905
# File 'lib/aws-sdk-quicksight/types.rb', line 35900

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