Class: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserResponse
- Defined in:
- gems/aws-sdk-quicksight/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.
17796 17797 17798 17799 17800 17801 17802 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17796 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.
17796 17797 17798 17799 17800 17801 17802 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17796 class GenerateEmbedUrlForRegisteredUserResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
17796 17797 17798 17799 17800 17801 17802 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17796 class GenerateEmbedUrlForRegisteredUserResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |