Class: Aws::AgentRegistryControl::Types::ProvenanceSummary

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

Overview

Condensed provenance entry for list results — the key triple only (no sourceDetails union). Enough to display and client-side-filter lineage without the full-read config payload.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#relationString

The relationship between the registry record and its provenance source.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1368

class ProvenanceSummary < Struct.new(
  :relation,
  :source_id,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_idString

The identifier of the upstream source that the registry record was detected from.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1368

class ProvenanceSummary < Struct.new(
  :relation,
  :source_id,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The type of the upstream source that the registry record was detected from.

Returns:

  • (String)


1368
1369
1370
1371
1372
1373
1374
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 1368

class ProvenanceSummary < Struct.new(
  :relation,
  :source_id,
  :source_type)
  SENSITIVE = []
  include Aws::Structure
end