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.
19410 19411 19412 |
# File 'sig/types.rbs', line 19410 def delivery_status @delivery_status end |
#delivery_stream ⇒ ::String
Returns the value of attribute delivery_stream.
19411 19412 19413 |
# File 'sig/types.rbs', line 19411 def delivery_stream @delivery_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
19409 19410 19411 |
# File 'sig/types.rbs', line 19409 def enabled @enabled end |