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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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][1

call to obtain identity enhanced Amazon Web

Services credentials.

[1]: docs.aws.amazon.com/STS/latest/APIReference/API_AssumeRole.html

Returns:

  • (String)


22675
22676
22677
22678
22679
22680
22681
# File 'lib/aws-sdk-quicksight/types.rb', line 22675

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)


22675
22676
22677
22678
22679
22680
22681
# File 'lib/aws-sdk-quicksight/types.rb', line 22675

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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


22675
22676
22677
22678
22679
22680
22681
# File 'lib/aws-sdk-quicksight/types.rb', line 22675

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