Class: Aws::ConfigService::Types::GetAggregateConformancePackComplianceSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetAggregateConformancePackComplianceSummaryResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aggregate_conformance_pack_compliance_summaries ⇒ Array<Types::AggregateConformancePackComplianceSummary>
Returns a list of
AggregateConformancePackComplianceSummary
object. -
#group_by_key ⇒ String
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
-
#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
#aggregate_conformance_pack_compliance_summaries ⇒ Array<Types::AggregateConformancePackComplianceSummary>
Returns a list of AggregateConformancePackComplianceSummary
object.
3954 3955 3956 3957 3958 3959 3960 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3954 class GetAggregateConformancePackComplianceSummaryResponse < Struct.new( :aggregate_conformance_pack_compliance_summaries, :group_by_key, :next_token) SENSITIVE = [] include Aws::Structure end |
#group_by_key ⇒ String
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
3954 3955 3956 3957 3958 3959 3960 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3954 class GetAggregateConformancePackComplianceSummaryResponse < Struct.new( :aggregate_conformance_pack_compliance_summaries, :group_by_key, :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.
3954 3955 3956 3957 3958 3959 3960 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3954 class GetAggregateConformancePackComplianceSummaryResponse < Struct.new( :aggregate_conformance_pack_compliance_summaries, :group_by_key, :next_token) SENSITIVE = [] include Aws::Structure end |