Class: Aws::EventBridge::Types::UpdateArchiveRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateArchiveRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_name ⇒ String
The name of the archive to update.
-
#description ⇒ String
The description for the archive.
-
#event_pattern ⇒ String
The event pattern to use to filter events sent to the archive.
-
#retention_days ⇒ Integer
The number of days to retain events in the archive.
Instance Attribute Details
#archive_name ⇒ String
The name of the archive to update.
5294 5295 5296 5297 5298 5299 5300 5301 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5294 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the archive.
5294 5295 5296 5297 5298 5299 5300 5301 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5294 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end |
#event_pattern ⇒ String
The event pattern to use to filter events sent to the archive.
5294 5295 5296 5297 5298 5299 5300 5301 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5294 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end |
#retention_days ⇒ Integer
The number of days to retain events in the archive.
5294 5295 5296 5297 5298 5299 5300 5301 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5294 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end |