Class: Aws::BedrockAgentCoreControl::Types::WorkloadIdentityType

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

Instance Attribute Details

#nameString

The name of the workload identity.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the workload identity.

Returns:

  • (String)


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