Class: Aws::Types::PutRecordOutput
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#record_id ⇒ ::String
Returns the value of attribute record_id.
Instance Attribute Details
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
811 812 813 |
# File 'sig/types.rbs', line 811 def encrypted @encrypted end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
810 811 812 |
# File 'sig/types.rbs', line 810 def record_id @record_id end |