Class: Aws::ConfigService::Types::AggregatedSourceStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AggregatedSourceStatus
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
The current sync status between the source and the aggregator account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_region ⇒ String
The region authorized to collect aggregated data.
-
#last_error_code ⇒ String
The error code that Config returned when the source account aggregation last failed.
-
#last_error_message ⇒ String
The message indicating that the source account aggregation failed due to an error.
-
#last_update_status ⇒ String
Filters the last updated status type.
-
#last_update_time ⇒ Time
The time of the last update.
-
#source_id ⇒ String
The source account ID or an organization.
-
#source_type ⇒ String
The source account or an organization.
Instance Attribute Details
#aws_region ⇒ String
The region authorized to collect aggregated data.
435 436 437 438 439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 435 class AggregatedSourceStatus < Struct.new( :source_id, :source_type, :aws_region, :last_update_status, :last_update_time, :last_error_code, :last_error_message) SENSITIVE = [] include Aws::Structure end |
#last_error_code ⇒ String
The error code that Config returned when the source account aggregation last failed.
435 436 437 438 439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 435 class AggregatedSourceStatus < Struct.new( :source_id, :source_type, :aws_region, :last_update_status, :last_update_time, :last_error_code, :last_error_message) SENSITIVE = [] include Aws::Structure end |
#last_error_message ⇒ String
The message indicating that the source account aggregation failed due to an error.
435 436 437 438 439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 435 class AggregatedSourceStatus < Struct.new( :source_id, :source_type, :aws_region, :last_update_status, :last_update_time, :last_error_code, :last_error_message) SENSITIVE = [] include Aws::Structure end |
#last_update_status ⇒ String
Filters the last updated status type.
Valid value FAILED indicates errors while moving data.
Valid value SUCCEEDED indicates the data was successfully moved.
Valid value OUTDATED indicates the data is not the most recent.
435 436 437 438 439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 435 class AggregatedSourceStatus < Struct.new( :source_id, :source_type, :aws_region, :last_update_status, :last_update_time, :last_error_code, :last_error_message) SENSITIVE = [] include Aws::Structure end |
#last_update_time ⇒ Time
The time of the last update.
435 436 437 438 439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 435 class AggregatedSourceStatus < Struct.new( :source_id, :source_type, :aws_region, :last_update_status, :last_update_time, :last_error_code, :last_error_message) SENSITIVE = [] include Aws::Structure end |
#source_id ⇒ String
The source account ID or an organization.
435 436 437 438 439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 435 class AggregatedSourceStatus < Struct.new( :source_id, :source_type, :aws_region, :last_update_status, :last_update_time, :last_error_code, :last_error_message) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source account or an organization.
435 436 437 438 439 440 441 442 443 444 445 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 435 class AggregatedSourceStatus < Struct.new( :source_id, :source_type, :aws_region, :last_update_status, :last_update_time, :last_error_code, :last_error_message) SENSITIVE = [] include Aws::Structure end |