Class: Aws::Types::PutRecordInput
- Inherits:
-
Object
- Object
- Aws::Types::PutRecordInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
-
#record ⇒ Types::Record
Returns the value of attribute record.
Instance Attribute Details
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
804 805 806 |
# File 'sig/types.rbs', line 804 def delivery_stream_name @delivery_stream_name end |
#record ⇒ Types::Record
Returns the value of attribute record.
805 806 807 |
# File 'sig/types.rbs', line 805 def record @record end |