Class: Aws::Types::FirehoseAction
- Inherits:
-
Object
- Object
- Aws::Types::FirehoseAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
-
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#separator ⇒ ::String
Returns the value of attribute separator.
Instance Attribute Details
#batch_mode ⇒ Boolean
Returns the value of attribute batch_mode.
2273 2274 2275 |
# File 'sig/types.rbs', line 2273 def batch_mode @batch_mode end |
#delivery_stream_name ⇒ ::String
Returns the value of attribute delivery_stream_name.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def delivery_stream_name @delivery_stream_name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def role_arn @role_arn end |
#separator ⇒ ::String
Returns the value of attribute separator.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def separator @separator end |