Class: Aws::Types::ProvenanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProvenanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#relation ⇒ "DETECTED_FROM"
Returns the value of attribute relation.
-
#source_id ⇒ ::String
Returns the value of attribute source_id.
-
#source_type ⇒ "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Gateway"
Returns the value of attribute source_type.
Instance Attribute Details
#relation ⇒ "DETECTED_FROM"
Returns the value of attribute relation.
384 385 386 |
# File 'sig/types.rbs', line 384 def relation @relation end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
385 386 387 |
# File 'sig/types.rbs', line 385 def source_id @source_id end |
#source_type ⇒ "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Gateway"
Returns the value of attribute source_type.
386 387 388 |
# File 'sig/types.rbs', line 386 def source_type @source_type end |