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.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description for the archive.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984 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.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984 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.
4984 4985 4986 4987 4988 4989 4990 4991 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4984 class UpdateArchiveRequest < Struct.new( :archive_name, :description, :event_pattern, :retention_days) SENSITIVE = [] include Aws::Structure end |