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

Class: Aws::ConfigService::Types::ConfigurationRecorderStatus

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

Overview

The current status of the configuration recorder.

Instance Attribute Summary collapse

Instance Attribute Details

#last_error_codeString

The error code indicating that the recording failed.

Returns:

  • (String)

    The error code indicating that the recording failed.

#last_error_messageString

The message indicating that the recording failed due to an error.

Returns:

  • (String)

    The message indicating that the recording failed due to an error.

#last_start_timeTime

The time the recorder was last started.

Returns:

  • (Time)

    The time the recorder was last started.

#last_statusString

The last (previous) status of the recorder.

Possible values:

  • Pending
  • Success
  • Failure

Returns:

  • (String)

    The last (previous) status of the recorder.

#last_status_change_timeTime

The time when the status was last changed.

Returns:

  • (Time)

    The time when the status was last changed.

#last_stop_timeTime

The time the recorder was last stopped.

Returns:

  • (Time)

    The time the recorder was last stopped.

#nameString

The name of the configuration recorder.

Returns:

  • (String)

    The name of the configuration recorder.

#recordingBoolean

Specifies whether or not the recorder is currently recording.

Returns:

  • (Boolean)

    Specifies whether or not the recorder is currently recording.