Class: Aws::QuickSight::Types::GroupMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GroupMember
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A member of an Amazon QuickSight group. Currently, group members must be users. Groups can’t be members of another group. .
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) for the group member (user).
-
#member_name ⇒ String
The name of the group member (user).
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the group member (user).
18068 18069 18070 18071 18072 18073 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18068 class GroupMember < Struct.new( :arn, :member_name) SENSITIVE = [] include Aws::Structure end |
#member_name ⇒ String
The name of the group member (user).
18068 18069 18070 18071 18072 18073 |
# File 'lib/aws-sdk-quicksight/types.rb', line 18068 class GroupMember < Struct.new( :arn, :member_name) SENSITIVE = [] include Aws::Structure end |