Class: Aws::QuickSight::Types::GroupMember

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

Overview

A member of an Quick Sight group. Currently, group members must be users. Groups can’t be members of another group. .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the group member (user).

Returns:

  • (String)


21896
21897
21898
21899
21900
21901
# File 'lib/aws-sdk-quicksight/types.rb', line 21896

class GroupMember < Struct.new(
  :arn,
  :member_name)
  SENSITIVE = []
  include Aws::Structure
end

#member_nameString

The name of the group member (user).

Returns:

  • (String)


21896
21897
21898
21899
21900
21901
# File 'lib/aws-sdk-quicksight/types.rb', line 21896

class GroupMember < Struct.new(
  :arn,
  :member_name)
  SENSITIVE = []
  include Aws::Structure
end