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

Class: Aws::EventBridge::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_nameString

The name of the archive to update.

Returns:

  • (String)

    The name of the archive to update.

#descriptionString

The description for the archive.

Returns:

  • (String)

    The description for the archive.

#event_patternString

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_daysInteger

The number of days to retain events in the archive.

Returns:

  • (Integer)

    The number of days to retain events in the archive.