Class: Aws::QuickSight::Types::GenerateEmbedUrlForRegisteredUserWithIdentityResponse

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 generated embed URL for the registered user.

Returns:

  • (String)


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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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