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.
| 28672 28673 28674 28675 28676 28677 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28672 class ReadAPIKeyConnectionMetadata < Struct.new( :base_endpoint, :email) SENSITIVE = [:email] include Aws::Structure end | 
#email ⇒ String
The email address associated with the API key authentication.
| 28672 28673 28674 28675 28676 28677 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 28672 class ReadAPIKeyConnectionMetadata < Struct.new( :base_endpoint, :email) SENSITIVE = [:email] include Aws::Structure end |