Class: Aws::Types::VerifiedAccessLogKinesisDataFirehoseDestination
- Inherits:
-
Object
- Object
- Aws::Types::VerifiedAccessLogKinesisDataFirehoseDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
Returns the value of attribute delivery_status.
-
#delivery_stream ⇒ ::String
Returns the value of attribute delivery_stream.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#delivery_status ⇒ Types::VerifiedAccessLogDeliveryStatus
Returns the value of attribute delivery_status.
19389 19390 19391 |
# File 'sig/types.rbs', line 19389 def delivery_status @delivery_status end |
#delivery_stream ⇒ ::String
Returns the value of attribute delivery_stream.
19390 19391 19392 |
# File 'sig/types.rbs', line 19390 def delivery_stream @delivery_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19388 19389 19390 |
# File 'sig/types.rbs', line 19388 def enabled @enabled end |