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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


35387
35388
35389
35390
35391
35392
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35387

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

#typeString

The type of the group member.

Returns:

  • (String)


35387
35388
35389
35390
35391
35392
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 35387

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