Class: Aws::ConfigService::Types::DescribeConformancePackComplianceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3344

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

#conformance_pack_rule_compliance_listArray<Types::ConformancePackRuleCompliance>

Returns a list of ConformancePackRuleCompliance objects.



3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3344

class DescribeConformancePackComplianceResponse < Struct.new(
  :conformance_pack_name,
  :conformance_pack_rule_compliance_list,
  :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)


3344
3345
3346
3347
3348
3349
3350
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3344

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