Class: Aws::ConfigService::Types::ListConformancePackComplianceScoresResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ListConformancePackComplianceScoresResponse
- Includes:
- Structure
- Defined in:
- 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.
5562 5563 5564 5565 5566 5567 |
# File 'lib/aws-sdk-configservice/types.rb', line 5562 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.
5562 5563 5564 5565 5566 5567 |
# File 'lib/aws-sdk-configservice/types.rb', line 5562 class ListConformancePackComplianceScoresResponse < Struct.new( :next_token, :conformance_pack_compliance_scores) SENSITIVE = [] include Aws::Structure end |