Class: Aws::ConfigService::Types::DescribePendingAggregationRequestsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribePendingAggregationRequestsResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#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. -
#pending_aggregation_requests ⇒ Array<Types::PendingAggregationRequest>
Returns a PendingAggregationRequests object.
Instance Attribute Details
#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.
3652 3653 3654 3655 3656 3657 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3652 class DescribePendingAggregationRequestsResponse < Struct.new( :pending_aggregation_requests, :next_token) SENSITIVE = [] include Aws::Structure end |
#pending_aggregation_requests ⇒ Array<Types::PendingAggregationRequest>
Returns a PendingAggregationRequests object.
3652 3653 3654 3655 3656 3657 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3652 class DescribePendingAggregationRequestsResponse < Struct.new( :pending_aggregation_requests, :next_token) SENSITIVE = [] include Aws::Structure end |