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.
18723 18724 18725 |
# File 'sig/types.rbs', line 18723 def delivery_status @delivery_status end |
#delivery_stream ⇒ ::String
Returns the value of attribute delivery_stream.
18724 18725 18726 |
# File 'sig/types.rbs', line 18724 def delivery_stream @delivery_stream end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
18722 18723 18724 |
# File 'sig/types.rbs', line 18722 def enabled @enabled end |