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

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

A list of ‘ConformancePackComplianceScore` objects.



5129
5130
5131
5132
5133
5134
# File '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 'lib/aws-sdk-configservice/types.rb', line 5129

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