Class: Aws::ConfigService::Types::AggregatedSourceStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::AggregatedSourceStatus
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      397 398 399 400 401 402 403 404 405 406 407  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 397 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.
      397 398 399 400 401 402 403 404 405 406 407  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 397 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.
      397 398 399 400 401 402 403 404 405 406 407  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 397 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.
 
      397 398 399 400 401 402 403 404 405 406 407  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 397 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.
      397 398 399 400 401 402 403 404 405 406 407  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 397 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.
      397 398 399 400 401 402 403 404 405 406 407  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 397 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.
      397 398 399 400 401 402 403 404 405 406 407  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 397 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  |