Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_source_status_listArray<Types::AggregatedSourceStatus>

Returns an AggregatedSourceStatus object.

Returns:



1988
1989
1990
1991
1992
# File 'lib/aws-sdk-configservice/types.rb', line 1988

class DescribeConfigurationAggregatorSourcesStatusResponse < Struct.new(
  :aggregated_source_status_list,
  :next_token)
  include Aws::Structure
end

#next_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


1988
1989
1990
1991
1992
# File 'lib/aws-sdk-configservice/types.rb', line 1988

class DescribeConfigurationAggregatorSourcesStatusResponse < Struct.new(
  :aggregated_source_status_list,
  :next_token)
  include Aws::Structure
end