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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_source_status_listArray<Types::AggregatedSourceStatus>

Returns an AggregatedSourceStatus object.

Returns:



2790
2791
2792
2793
2794
2795
# File 'lib/aws-sdk-configservice/types.rb', line 2790

class DescribeConfigurationAggregatorSourcesStatusResponse < Struct.new(
  :aggregated_source_status_list,
  :next_token)
  SENSITIVE = []
  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)


2790
2791
2792
2793
2794
2795
# File 'lib/aws-sdk-configservice/types.rb', line 2790

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