Class: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse
- 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 generated embed URL for the registered user.
-
#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 generated embed URL for the registered user.
17853 17854 17855 17856 17857 17858 17859 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17853 class GenerateEmbedUrlForRegisteredUserWithIdentityResponse < 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.
17853 17854 17855 17856 17857 17858 17859 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17853 class GenerateEmbedUrlForRegisteredUserWithIdentityResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
17853 17854 17855 17856 17857 17858 17859 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17853 class GenerateEmbedUrlForRegisteredUserWithIdentityResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |