Class: Aws::ConfigService::Types::GetConformancePackComplianceSummaryResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::GetConformancePackComplianceSummaryResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_compliance_summary_list ⇒ Array<Types::ConformancePackComplianceSummary>
A list of ‘ConformancePackComplianceSummary` objects.
-
#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
#conformance_pack_compliance_summary_list ⇒ Array<Types::ConformancePackComplianceSummary>
A list of ‘ConformancePackComplianceSummary` objects.
4428 4429 4430 4431 4432 4433 |
# File 'lib/aws-sdk-configservice/types.rb', line 4428 class GetConformancePackComplianceSummaryResponse < Struct.new( :conformance_pack_compliance_summary_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.
4428 4429 4430 4431 4432 4433 |
# File 'lib/aws-sdk-configservice/types.rb', line 4428 class GetConformancePackComplianceSummaryResponse < Struct.new( :conformance_pack_compliance_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |