Class: Aws::Types::MatchedRecord
- Inherits:
-
Object
- Object
- Aws::Types::MatchedRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
-
#record_id ⇒ ::String
Returns the value of attribute record_id.
Instance Attribute Details
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
650 651 652 |
# File 'sig/types.rbs', line 650 def input_source_arn @input_source_arn end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
651 652 653 |
# File 'sig/types.rbs', line 651 def record_id @record_id end |