Class: Aws::Types::FirehoseAction
- Inherits:
-
Object
- Object
- Aws::Types::FirehoseAction
- 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.
-
#payload ⇒ Types::Payload
Returns the value of attribute payload.
-
#separator ⇒ ::String
Returns the value of attribute separator.
Instance Attribute Details
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
367 368 369 |
# File 'sig/types.rbs', line 367 def delivery_stream_name @delivery_stream_name end |
#payload ⇒ Types::Payload
Returns the value of attribute payload.
369 370 371 |
# File 'sig/types.rbs', line 369 def payload @payload end |
#separator ⇒ ::String
Returns the value of attribute separator.
368 369 370 |
# File 'sig/types.rbs', line 368 def separator @separator end |