Class: Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenResponse
- 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.
2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2175 class GetWorkloadAccessTokenResponse < Struct.new( :workload_access_token) SENSITIVE = [:workload_access_token] include Aws::Structure end |