Class: Aws::BedrockAgentCoreControl::Types::WorkloadIdentityType
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::WorkloadIdentityType
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Contains information about a workload identity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the workload identity.
-
#workload_identity_arn ⇒ String
The Amazon Resource Name (ARN) of the workload identity.
Instance Attribute Details
#name ⇒ String
The name of the workload identity.
18499 18500 18501 18502 18503 18504 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18499 class WorkloadIdentityType < Struct.new( :name, :workload_identity_arn) SENSITIVE = [] include Aws::Structure end |
#workload_identity_arn ⇒ String
The Amazon Resource Name (ARN) of the workload identity.
18499 18500 18501 18502 18503 18504 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 18499 class WorkloadIdentityType < Struct.new( :name, :workload_identity_arn) SENSITIVE = [] include Aws::Structure end |