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

Class: Aws::CloudWatchEvents::Types::CreateArchiveResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#archive_arnString

The ARN of the archive that was created.

Returns:

  • (String)

    The ARN of the archive that was created.

#creation_timeTime

The time at which the archive was created.

Returns:

  • (Time)

    The time at which the archive was created.

#stateString

The state of the archive that was created.

Possible values:

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

Returns:

  • (String)

    The state of the archive that was created.

#state_reasonString

The reason that the archive is in the state.

Returns:

  • (String)

    The reason that the archive is in the state.