Class: Aws::ConfigService::Types::GetConformancePackComplianceDetailsResponse

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_nameString

Name of the conformance pack.

Returns:

  • (String)


4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-configservice/types.rb', line 4386

class GetConformancePackComplianceDetailsResponse < Struct.new(
  :conformance_pack_name,
  :conformance_pack_rule_evaluation_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#conformance_pack_rule_evaluation_resultsArray<Types::ConformancePackEvaluationResult>

Returns a list of ‘ConformancePackEvaluationResult` objects.



4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-configservice/types.rb', line 4386

class GetConformancePackComplianceDetailsResponse < Struct.new(
  :conformance_pack_name,
  :conformance_pack_rule_evaluation_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The ‘nextToken` string returned in a previous request that you use to request the next page of results in a paginated response.

Returns:

  • (String)


4386
4387
4388
4389
4390
4391
4392
# File 'lib/aws-sdk-configservice/types.rb', line 4386

class GetConformancePackComplianceDetailsResponse < Struct.new(
  :conformance_pack_name,
  :conformance_pack_rule_evaluation_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end