Class: Aws::BedrockAgentCoreControl::Types::DeleteWorkloadIdentityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::DeleteWorkloadIdentityRequest
- 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 delete.
Instance Attribute Details
#name ⇒ String
The name of the workload identity to delete.
6213 6214 6215 6216 6217 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 6213 class DeleteWorkloadIdentityRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |