Class: Aws::ConfigService::Types::AggregatedSourceStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#aws_regionString

The region authorized to collect aggregated data.

Returns:

  • (String)


397
398
399
400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-configservice/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_codeString

The error code that Config returned when the source account aggregation last failed.

Returns:

  • (String)


397
398
399
400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-configservice/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_messageString

The message indicating that the source account aggregation failed due to an error.

Returns:

  • (String)


397
398
399
400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-configservice/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_statusString

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.

Returns:

  • (String)


397
398
399
400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-configservice/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_timeTime

The time of the last update.

Returns:

  • (Time)


397
398
399
400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-configservice/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_idString

The source account ID or an organization.

Returns:

  • (String)


397
398
399
400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-configservice/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_typeString

The source account or an organization.

Returns:

  • (String)


397
398
399
400
401
402
403
404
405
406
407
# File 'gems/aws-sdk-configservice/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