Class: Aws::BedrockAgentCoreControl::Types::WorkloadIdentityDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::WorkloadIdentityDetails
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
The information about the workload identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workload_identity_arn ⇒ String
The ARN associated with the workload identity.
Instance Attribute Details
#workload_identity_arn ⇒ String
The ARN associated with the workload identity.
5404 5405 5406 5407 5408 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 5404 class WorkloadIdentityDetails < Struct.new( :workload_identity_arn) SENSITIVE = [] include Aws::Structure end |