Class: Aws::QuickSight::Types::MemberIdArnPair
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::MemberIdArnPair
- 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
-
#member_arn ⇒ String
The Amazon Resource Name (ARN) of the member.
-
#member_id ⇒ String
The ID of the member.
Instance Attribute Details
#member_arn ⇒ String
The Amazon Resource Name (ARN) of the member.
22465 22466 22467 22468 22469 22470 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22465 class MemberIdArnPair < Struct.new( :member_id, :member_arn) SENSITIVE = [] include Aws::Structure end |
#member_id ⇒ String
The ID of the member.
22465 22466 22467 22468 22469 22470 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22465 class MemberIdArnPair < Struct.new( :member_id, :member_arn) SENSITIVE = [] include Aws::Structure end |