Class: Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenRequest
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload_name ⇒ String
The unique identifier for the registered workload.
Instance Attribute Details
#workload_name ⇒ String
The unique identifier for the registered workload.
2162 2163 2164 2165 2166 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2162 class GetWorkloadAccessTokenRequest < Struct.new( :workload_name) SENSITIVE = [] include Aws::Structure end |