Class: Aws::BedrockAgentCoreControl::Types::WorkloadIdentityDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#workload_identity_arnString

The ARN associated with the workload identity.

Returns:

  • (String)


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