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

Class: Aws::CloudWatchEvents::Types::DescribeArchiveResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#archive_arn ⇒ String

The ARN of the archive.

Returns:

  • (String) —

    The ARN of the archive.

#archive_name ⇒ String

The name of the archive.

Returns:

  • (String) —

    The name of the archive.

#creation_time ⇒ Time

The time at which the archive was created.

Returns:

  • (Time) —

    The time at which the archive was created.

#description ⇒ String

The description of the archive.

Returns:

  • (String) —

    The description of the archive.

#event_count ⇒ Integer

The number of events in the archive.

Returns:

  • (Integer) —

    The number of events in the archive.

#event_pattern ⇒ String

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

Returns:

  • (String) —

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

#event_source_arn ⇒ String

The ARN of the event source associated with the archive.

Returns:

  • (String) —

    The ARN of the event source associated with the archive.

#retention_days ⇒ Integer

The number of days to retain events for in the archive.

Returns:

  • (Integer) —

    The number of days to retain events for in the archive.

#size_bytes ⇒ Integer

The size of the archive in bytes.

Returns:

  • (Integer) —

    The size of the archive in bytes.

#state ⇒ String

The state of the archive.

Possible values:

  • ENABLED
  • DISABLED
  • CREATING
  • UPDATING
  • CREATE_FAILED
  • UPDATE_FAILED

Returns:

  • (String) —

    The state of the archive.

#state_reason ⇒ String

The reason that the archive is in the state.

Returns:

  • (String) —

    The reason that the archive is in the state.