ComplianceSummaryByResourceType class
The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.
Constructors
- ComplianceSummaryByResourceType({ComplianceSummary? complianceSummary, String? resourceType})
- 
          ComplianceSummaryByResourceType.fromJson(Map<String, dynamic> json)
- 
          
            factory
Properties
- complianceSummary → ComplianceSummary?
- 
  The number of AWS resources that are compliant or noncompliant, up to a
maximum of 100 for each.
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- resourceType → String?
- 
  The type of AWS resource.
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited