Class: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse
- 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 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.
17688 17689 17690 17691 17692 17693 17694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17688 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.
17688 17689 17690 17691 17692 17693 17694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17688 class GenerateEmbedUrlForRegisteredUserWithIdentityResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
17688 17689 17690 17691 17692 17693 17694 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17688 class GenerateEmbedUrlForRegisteredUserWithIdentityResponse < Struct.new( :embed_url, :status, :request_id) SENSITIVE = [:embed_url] include Aws::Structure end |