Class: Aws::ConfigService::Types::ListConformancePackComplianceScoresResponse

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_scoresArray<Types::ConformancePackComplianceScore>

A list of ConformancePackComplianceScore objects.



5129
5130
5131
5132
5133
5134
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5129

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

#next_tokenString

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

Returns:

  • (String)


5129
5130
5131
5132
5133
5134
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 5129

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