Class: Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenForUserIdRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::GetWorkloadAccessTokenForUserIdRequest
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_id ⇒ String
The ID of the user for whom you are retrieving the access token.
-
#workload_name ⇒ String
The name of the workload from which you want to retrieve the access token.
Instance Attribute Details
#user_id ⇒ String
The ID of the user for whom you are retrieving the access token.
2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2137 class GetWorkloadAccessTokenForUserIdRequest < Struct.new( :workload_name, :user_id) SENSITIVE = [] include Aws::Structure end |
#workload_name ⇒ String
The name of the workload from which you want to retrieve the access token.
2137 2138 2139 2140 2141 2142 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 2137 class GetWorkloadAccessTokenForUserIdRequest < Struct.new( :workload_name, :user_id) SENSITIVE = [] include Aws::Structure end |