Class: Aws::QuickSight::Types::ReadIamConnectionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReadIamConnectionMetadata
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Read-only metadata for IAM-based connections, containing role and source ARN information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to assume for authentication.
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source resource for IAM authentication.
Instance Attribute Details
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the IAM role to assume for authentication.
31850 31851 31852 31853 31854 31855 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31850 class ReadIamConnectionMetadata < Struct.new( :role_arn, :source_arn) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the source resource for IAM authentication.
31850 31851 31852 31853 31854 31855 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 31850 class ReadIamConnectionMetadata < Struct.new( :role_arn, :source_arn) SENSITIVE = [] include Aws::Structure end |