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 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

Instance Attribute Details

#arnString

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

Returns:

  • (String)


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_nameString

The name of the group member (user).

Returns:

  • (String)


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