Class: Aws::QuickSight::Types::GenerateEmbedUrlForAnonymousUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::GenerateEmbedUrlForAnonymousUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:embed_url]
Instance Attribute Summary collapse
-
#anonymous_user_arn ⇒ String
The Amazon Resource Name (ARN) to use for the anonymous Amazon QuickSight user.
-
#embed_url ⇒ String
The embed URL for the dashboard.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#anonymous_user_arn ⇒ String
The Amazon Resource Name (ARN) to use for the anonymous Amazon QuickSight user.
17383 17384 17385 17386 17387 17388 17389 17390 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17383 class GenerateEmbedUrlForAnonymousUserResponse < Struct.new( :embed_url, :status, :request_id, :anonymous_user_arn) SENSITIVE = [:embed_url] include Aws::Structure end |
#embed_url ⇒ String
The embed URL for the dashboard.
17383 17384 17385 17386 17387 17388 17389 17390 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17383 class GenerateEmbedUrlForAnonymousUserResponse < Struct.new( :embed_url, :status, :request_id, :anonymous_user_arn) SENSITIVE = [:embed_url] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
17383 17384 17385 17386 17387 17388 17389 17390 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17383 class GenerateEmbedUrlForAnonymousUserResponse < Struct.new( :embed_url, :status, :request_id, :anonymous_user_arn) SENSITIVE = [:embed_url] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
17383 17384 17385 17386 17387 17388 17389 17390 |
# File 'lib/aws-sdk-quicksight/types.rb', line 17383 class GenerateEmbedUrlForAnonymousUserResponse < Struct.new( :embed_url, :status, :request_id, :anonymous_user_arn) SENSITIVE = [:embed_url] include Aws::Structure end |