Class: Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenForJWTResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:workload_access_token]

Instance Attribute Summary collapse

Instance Attribute Details

#workload_access_tokenString

An opaque token representing the identity of both the workload and the user.

Returns:

  • (String)


2120
2121
2122
2123
2124
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2120

class GetWorkloadAccessTokenForJWTResponse < Struct.new(
  :workload_access_token)
  SENSITIVE = [:workload_access_token]
  include Aws::Structure
end