Class: Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenForJWTResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenForJWTResponse
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:workload_access_token]
Instance Attribute Summary collapse
-
#workload_access_token ⇒ String
An opaque token representing the identity of both the workload and the user.
Instance Attribute Details
#workload_access_token ⇒ String
An opaque token representing the identity of both the workload and the user.
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 |