Class: Aws::ConfigService::Types::DescribeConformancePackComplianceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConformancePackComplianceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conformance_pack_name ⇒ String
Name of the conformance pack.
-
#conformance_pack_rule_compliance_list ⇒ Array<Types::ConformancePackRuleCompliance>
Returns a list of ‘ConformancePackRuleCompliance` objects.
-
#next_token ⇒ String
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
Instance Attribute Details
#conformance_pack_name ⇒ String
Name of the conformance pack.
2944 2945 2946 2947 2948 2949 2950 |
# File 'lib/aws-sdk-configservice/types.rb', line 2944 class DescribeConformancePackComplianceResponse < Struct.new( :conformance_pack_name, :conformance_pack_rule_compliance_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#conformance_pack_rule_compliance_list ⇒ Array<Types::ConformancePackRuleCompliance>
Returns a list of ‘ConformancePackRuleCompliance` objects.
2944 2945 2946 2947 2948 2949 2950 |
# File 'lib/aws-sdk-configservice/types.rb', line 2944 class DescribeConformancePackComplianceResponse < Struct.new( :conformance_pack_name, :conformance_pack_rule_compliance_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.
2944 2945 2946 2947 2948 2949 2950 |
# File 'lib/aws-sdk-configservice/types.rb', line 2944 class DescribeConformancePackComplianceResponse < Struct.new( :conformance_pack_name, :conformance_pack_rule_compliance_list, :next_token) SENSITIVE = [] include Aws::Structure end |