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

Class: Aws::EventBridge::Types::DescribeArchiveResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#archive_arnString

The ARN of the archive.

Returns:

  • (String)

    The ARN of the archive.

#archive_nameString

The name of the archive.

Returns:

  • (String)

    The name of the archive.

#creation_timeTime

The time at which the archive was created.

Returns:

  • (Time)

    The time at which the archive was created.

#descriptionString

The description of the archive.

Returns:

  • (String)

    The description of the archive.

#event_countInteger

The number of events in the archive.

Returns:

  • (Integer)

    The number of events in the archive.

#event_patternString

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_arnString

The ARN of the event source associated with the archive.

Returns:

  • (String)

    The ARN of the event source associated with the archive.

#retention_daysInteger

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_bytesInteger

The size of the archive in bytes.

Returns:

  • (Integer)

    The size of the archive in bytes.

#stateString

The state of the archive.

Possible values:

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

Returns:

  • (String)

    The state of the archive.

#state_reasonString

The reason that the archive is in the state.

Returns:

  • (String)

    The reason that the archive is in the state.