Class: Aws::QuickSight::Types::ReadIamConnectionMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#role_arnString

The Amazon Resource Name (ARN) of the IAM role to assume for authentication.

Returns:

  • (String)


29994
29995
29996
29997
29998
29999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29994

class ReadIamConnectionMetadata < Struct.new(
  :role_arn,
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

The Amazon Resource Name (ARN) of the source resource for IAM authentication.

Returns:

  • (String)


29994
29995
29996
29997
29998
29999
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29994

class ReadIamConnectionMetadata < Struct.new(
  :role_arn,
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end