Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregated_source_status_list ⇒ Array<Types::AggregatedSourceStatus>
Returns an AggregatedSourceStatus object.
-
#next_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#aggregated_source_status_list ⇒ Array<Types::AggregatedSourceStatus>
Returns an AggregatedSourceStatus object.
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_token ⇒ String
The ‘nextToken` string returned on a previous page that you use to get the next page of results in a paginated response.
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 |