Class: Aws::QuickSight::Types::GetIdentityContextResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contextString

The identity context information for the user. This is an identity token that should be used as the ContextAssertion parameter in the STS AssumeRole API call to obtain identity enhanced Amazon Web Services credentials.

Returns:

  • (String)


24382
24383
24384
24385
24386
24387
24388
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24382

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

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


24382
24383
24384
24385
24386
24387
24388
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24382

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


24382
24383
24384
24385
24386
24387
24388
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 24382

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