Class: Aws::BedrockAgentCoreControl::Types::GetWorkloadIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GetWorkloadIdentityRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the workload identity to retrieve.
Instance Attribute Details
#name ⇒ String
The name of the workload identity to retrieve.
8512 8513 8514 8515 8516 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 8512 class GetWorkloadIdentityRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |