You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The current sync status between the source and the aggregator account.

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region ⇒ String

The region authorized to collect aggregated data.

Returns:

  • (String) —

    The region authorized to collect aggregated data.

#last_error_code ⇒ String

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

Returns:

  • (String) —

    The error code that AWS 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.

Returns:

  • (String) —

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

#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.

    Possible values:

    • FAILED
    • SUCCEEDED
    • OUTDATED

Returns:

  • (String) —

    Filters the last updated status type.

#last_update_time ⇒ Time

The time of the last update.

Returns:

  • (Time) —

    The time of the last update.

#source_id ⇒ String

The source account ID or an organization.

Returns:

  • (String) —

    The source account ID or an organization.

#source_type ⇒ String

The source account or an organization.

Possible values:

  • ACCOUNT
  • ORGANIZATION

Returns:

  • (String) —

    The source account or an organization.