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.
4916 4917 4918 4919 4920 4921 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4916 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.
4916 4917 4918 4919 4920 4921 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 4916 class ListConformancePackComplianceScoresResponse < Struct.new( :next_token, :conformance_pack_compliance_scores) SENSITIVE = [] include Aws::Structure end |