Class: Aws::EventBridgeV2::Types::StorageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::StorageConfiguration
- Defined in:
- gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb
Overview
Event storage configuration for an event bus.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#retention_period_in_days ⇒ Integer
Number of days events are retained on the event bus.
Instance Attribute Details
#retention_period_in_days ⇒ Integer
Number of days events are retained on the event bus.
2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2602 class StorageConfiguration < Struct.new( :retention_period_in_days) SENSITIVE = [] include Aws::Structure end |