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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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, or console.

Returns:

  • (String)


15395
15396
15397
15398
15399
15400
15401
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15395

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)


15395
15396
15397
15398
15399
15400
15401
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15395

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)


15395
15396
15397
15398
15399
15400
15401
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 15395

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