Class: Aws::QuickSight::Types::UpdateApplicationWithTokenExchangeGrantRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::UpdateApplicationWithTokenExchangeGrantRequest
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #aws_account_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account to be updated with a token exchange grant.
 - 
  
    
      #namespace  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The namespace of the QuickSight application.
 
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account to be updated with a token exchange grant.
      38240 38241 38242 38243 38244 38245  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38240 class UpdateApplicationWithTokenExchangeGrantRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end  | 
  
#namespace ⇒ String
The namespace of the QuickSight application.
      38240 38241 38242 38243 38244 38245  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38240 class UpdateApplicationWithTokenExchangeGrantRequest < Struct.new( :aws_account_id, :namespace) SENSITIVE = [] include Aws::Structure end  |