Class: Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigurationAggregatorSourcesStatusResponse
- Defined in:
- gems/aws-sdk-configservice/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.
3021 3022 3023 3024 3025 3026 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3021 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.
3021 3022 3023 3024 3025 3026 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3021 class DescribeConfigurationAggregatorSourcesStatusResponse < Struct.new( :aggregated_source_status_list, :next_token) SENSITIVE = [] include Aws::Structure end |