Class: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:embed_url]

Instance Attribute Summary collapse

Instance Attribute Details

#embed_urlString

The embed URL for the Amazon QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or console.

Returns:

  • (String)


16440
16441
16442
16443
16444
16445
16446
# File 'lib/aws-sdk-quicksight/types.rb', line 16440

class GenerateEmbedUrlForRegisteredUserResponse < Struct.new(
  :embed_url,
  :status,
  :request_id)
  SENSITIVE = [:embed_url]
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


16440
16441
16442
16443
16444
16445
16446
# File 'lib/aws-sdk-quicksight/types.rb', line 16440

class GenerateEmbedUrlForRegisteredUserResponse < Struct.new(
  :embed_url,
  :status,
  :request_id)
  SENSITIVE = [:embed_url]
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


16440
16441
16442
16443
16444
16445
16446
# File 'lib/aws-sdk-quicksight/types.rb', line 16440

class GenerateEmbedUrlForRegisteredUserResponse < Struct.new(
  :embed_url,
  :status,
  :request_id)
  SENSITIVE = [:embed_url]
  include Aws::Structure
end