Class: Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenResponse

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)


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