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)


10272
10273
10274
10275
10276
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10272

class WorkloadIdentityDetails < Struct.new(
  :workload_identity_arn)
  SENSITIVE = []
  include Aws::Structure
end