Class: Aws::ConfigService::Types::GetConformancePackComplianceSummaryResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_compliance_summary_listArray<Types::ConformancePackComplianceSummary>

A list of ConformancePackComplianceSummary objects.



4428
4429
4430
4431
4432
4433
# File 'gems/aws-sdk-configservice/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_tokenString

The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Returns:

  • (String)


4428
4429
4430
4431
4432
4433
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4428

class GetConformancePackComplianceSummaryResponse < Struct.new(
  :conformance_pack_compliance_summary_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end