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 QuickSight dashboard, visual, Q search bar, Generative Q&A experience, or console.

Returns:

  • (String)


18004
18005
18006
18007
18008
18009
18010
# File 'lib/aws-sdk-quicksight/types.rb', line 18004

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)


18004
18005
18006
18007
18008
18009
18010
# File 'lib/aws-sdk-quicksight/types.rb', line 18004

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)


18004
18005
18006
18007
18008
18009
18010
# File 'lib/aws-sdk-quicksight/types.rb', line 18004

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