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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

The current status of the configuration recorder.

<note markdown=“1”> For a detailed status of recording events over time, add your Config events to CloudWatch metrics and use CloudWatch metrics.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#last_error_codeString

The latest error code from when the recorder last failed.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_error_messageString

The latest error message from when the recorder last failed.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_start_timeTime

The time the recorder was last started.

Returns:

  • (Time)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_statusString

The status of the latest recording event processed by the recorder.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_status_change_timeTime

The time of the latest change in status of an recording event processed by the recorder.

Returns:

  • (Time)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_stop_timeTime

The time the recorder was last stopped.

Returns:

  • (Time)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the configuration recorder.

Returns:

  • (String)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#recordingBoolean

Specifies whether or not the recorder is currently recording.

Returns:

  • (Boolean)


1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
# File 'lib/aws-sdk-configservice/types.rb', line 1596

class ConfigurationRecorderStatus < Struct.new(
  :name,
  :last_start_time,
  :last_stop_time,
  :recording,
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end