Class: Aws::AgentRegistryControl::Types::WorkloadIdentityDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-agentregistrycontrol/types.rb

Overview

Workload identity details associated with a source resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workload_identity_arnString

The Amazon Resource Name (ARN) of the workload identity associated with the source resource.

Returns:

  • (String)


2852
2853
2854
2855
2856
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 2852

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