Class: Aws::Types::Record
- Inherits:
-
Object
- Object
- Aws::Types::Record
- 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_attribute_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute record_attribute_map.
-
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
Instance Attribute Details
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
775 776 777 |
# File 'sig/types.rbs', line 775 def input_source_arn @input_source_arn end |
#record_attribute_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute record_attribute_map.
777 778 779 |
# File 'sig/types.rbs', line 777 def record_attribute_map @record_attribute_map end |
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
776 777 778 |
# File 'sig/types.rbs', line 776 def unique_id @unique_id end |