Class: Aws::QuickSight::Types::SheetLayoutGroupMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SheetLayoutGroupMember
- 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
-
#id ⇒ String
The unique identifier of the group member.
-
#type ⇒ String
The type of the group member.
Instance Attribute Details
#id ⇒ String
The unique identifier of the group member.
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 |
#type ⇒ String
The type of the group member.
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 |