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 Quick Sight 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 Quick Sight dashboard, visual, Q search bar, Generative Q&A experience, or console.
20999 21000 21001 21002 21003 21004 21005 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20999 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.
20999 21000 21001 21002 21003 21004 21005 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20999 class GenerateEmbedUrlForRegisteredUserResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
20999 21000 21001 21002 21003 21004 21005 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20999 class GenerateEmbedUrlForRegisteredUserResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |