Class: Aws::ConfigService::Types::ListConformancePackComplianceScoresResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListConformancePackComplianceScoresResponse
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_compliance_scores ⇒ Array<Types::ConformancePackComplianceScore>
A list of
ConformancePackComplianceScore
objects. -
#next_token ⇒ String
The
nextToken
string that you can use to get the next page of results in a paginated response.
Instance Attribute Details
#conformance_pack_compliance_scores ⇒ Array<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_token ⇒ String
The nextToken
string that you can use to get the next page of
results in a paginated response.
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 |