Class: Aws::ConfigService::Types::ConfigurationRecorderStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConfigurationRecorderStatus
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The current status of the configuration recorder.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_error_code ⇒ String
The error code indicating that the recording failed.
-
#last_error_message ⇒ String
The message indicating that the recording failed due to an error.
-
#last_start_time ⇒ Time
The time the recorder was last started.
-
#last_status ⇒ String
The last (previous) status of the recorder.
-
#last_status_change_time ⇒ Time
The time when the status was last changed.
-
#last_stop_time ⇒ Time
The time the recorder was last stopped.
-
#name ⇒ String
The name of the configuration recorder.
-
#recording ⇒ Boolean
Specifies whether or not the recorder is currently recording.
Instance Attribute Details
#last_error_code ⇒ String
The error code indicating that the recording failed.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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_message ⇒ String
The message indicating that the recording failed due to an error.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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_time ⇒ Time
The time the recorder was last started.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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 ⇒ String
The last (previous) status of the recorder.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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_time ⇒ Time
The time when the status was last changed.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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_time ⇒ Time
The time the recorder was last stopped.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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 |
#name ⇒ String
The name of the configuration recorder.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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 |
#recording ⇒ Boolean
Specifies whether or not the recorder is currently recording.
1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1579 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 |