Class: Aws::Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogKinesisDataFirehoseDestinationOptions
- 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.
18730 18731 18732 |
# File 'sig/types.rbs', line 18730 def delivery_stream @delivery_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
18729 18730 18731 |
# File 'sig/types.rbs', line 18729 def enabled @enabled end |