Class: Aws::Types::Provenance
- Inherits:
-
Object
- Object
- Aws::Types::Provenance
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#relation ⇒ "DETECTED_FROM"
Returns the value of attribute relation.
-
#source_details ⇒ Types::SourceDetails
Returns the value of attribute source_details.
-
#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.
376 377 378 |
# File 'sig/types.rbs', line 376 def relation @relation end |
#source_details ⇒ Types::SourceDetails
Returns the value of attribute source_details.
379 380 381 |
# File 'sig/types.rbs', line 379 def source_details @source_details end |
#source_id ⇒ ::String
Returns the value of attribute source_id.
377 378 379 |
# File 'sig/types.rbs', line 377 def source_id @source_id end |
#source_type ⇒ "AWS::BedrockAgentCore::Runtime", "AWS::BedrockAgentCore::Gateway"
Returns the value of attribute source_type.
378 379 380 |
# File 'sig/types.rbs', line 378 def source_type @source_type end |