Class: Aws::QuickSight::Types::ReadAPIKeyConnectionMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ReadAPIKeyConnectionMetadata
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Read-only authentication metadata for API key-based connections, containing non-sensitive configuration details.
Constant Summary collapse
- SENSITIVE =
[:email]
Instance Attribute Summary collapse
-
#base_endpoint ⇒ String
The base endpoint URL for API key authentication.
-
#email ⇒ String
The email address associated with the API key authentication.
Instance Attribute Details
#base_endpoint ⇒ String
The base endpoint URL for API key authentication.
30354 30355 30356 30357 30358 30359 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30354 class ReadAPIKeyConnectionMetadata < Struct.new( :base_endpoint, :email) SENSITIVE = [:email] include Aws::Structure end |
#email ⇒ String
The email address associated with the API key authentication.
30354 30355 30356 30357 30358 30359 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 30354 class ReadAPIKeyConnectionMetadata < Struct.new( :base_endpoint, :email) SENSITIVE = [:email] include Aws::Structure end |