Class: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-quicksight/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 [:embed_url]
Instance Attribute Summary collapse
- 
  
    
      #embed_url  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or console.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services request ID for this operation.
 - 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP status of the request.
 
Instance Attribute Details
#embed_url ⇒ String
The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or console.
      16511 16512 16513 16514 16515 16516 16517  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 16511 class GenerateEmbedUrlForRegisteredUserResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end  | 
  
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
      16511 16512 16513 16514 16515 16516 16517  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 16511 class GenerateEmbedUrlForRegisteredUserResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end  | 
  
#status ⇒ Integer
The HTTP status of the request.
      16511 16512 16513 16514 16515 16516 16517  | 
    
      # File 'lib/aws-sdk-quicksight/types.rb', line 16511 class GenerateEmbedUrlForRegisteredUserResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end  |