You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatchEvents::Types::UpdateArchiveRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateArchiveRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  archive_name: "ArchiveName", # required
  description: "ArchiveDescription",
  event_pattern: "EventPattern",
  retention_days: 1,
}

Instance Attribute Summary collapse

Instance Attribute Details

#archive_name ⇒ String

The name of the archive to update.

Returns:

  • (String) —

    The name of the archive to update.

#description ⇒ String

The description for the archive.

Returns:

  • (String) —

    The description for the archive.

#event_pattern ⇒ String

The event pattern to use to filter events sent to the archive.

Returns:

  • (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.

Returns:

  • (Integer) —

    The number of days to retain events in the archive.