Class: Aws::Types::ReplicatorFirehose
- Inherits:
-
Object
- Object
- Aws::Types::ReplicatorFirehose
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_stream ⇒ ::String
Returns the value of attribute delivery_stream.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#delivery_stream ⇒ ::String
Returns the value of attribute delivery_stream.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def delivery_stream @delivery_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def enabled @enabled end |