Class: Aws::ConfigService::Types::ComplianceSummaryByResourceType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compliance_summaryTypes::ComplianceSummary

The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.



787
788
789
790
791
792
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 787

class ComplianceSummaryByResourceType < Struct.new(
  :resource_type,
  :compliance_summary)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of Amazon Web Services resource.

Returns:

  • (String)


787
788
789
790
791
792
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 787

class ComplianceSummaryByResourceType < Struct.new(
  :resource_type,
  :compliance_summary)
  SENSITIVE = []
  include Aws::Structure
end