Class: Aws::QuickSight::Types::MemberIdArnPair

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

Overview

An object that consists of a member Amazon Resource Name (ARN) and a member ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_arnString

The Amazon Resource Name (ARN) of the member.

Returns:

  • (String)


20486
20487
20488
20489
20490
20491
# File 'lib/aws-sdk-quicksight/types.rb', line 20486

class MemberIdArnPair < Struct.new(
  :member_id,
  :member_arn)
  SENSITIVE = []
  include Aws::Structure
end

#member_idString

The ID of the member.

Returns:

  • (String)


20486
20487
20488
20489
20490
20491
# File 'lib/aws-sdk-quicksight/types.rb', line 20486

class MemberIdArnPair < Struct.new(
  :member_id,
  :member_arn)
  SENSITIVE = []
  include Aws::Structure
end