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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



4804
4805
4806
4807
4808
4809
# File 'lib/aws-sdk-configservice/types.rb', line 4804

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)


4804
4805
4806
4807
4808
4809
# File 'lib/aws-sdk-configservice/types.rb', line 4804

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