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.
19057 19058 19059 |
# File 'sig/types.rbs', line 19057 def delivery_stream @delivery_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19056 19057 19058 |
# File 'sig/types.rbs', line 19056 def enabled @enabled end |