Class: Aws::AgentRegistryControl::Types::ProvenanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::ProvenanceSummary
- 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
-
#relation ⇒ String
The relationship between the registry record and its provenance source.
-
#source_id ⇒ String
The identifier of the upstream source that the registry record was detected from.
-
#source_type ⇒ String
The type of the upstream source that the registry record was detected from.
Instance Attribute Details
#relation ⇒ String
The relationship between the registry record and its provenance source.
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_id ⇒ String
The identifier of the upstream source that the registry record was detected from.
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_type ⇒ String
The type of the upstream source that the registry record was detected from.
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 |