ComplianceByResource

public struct ComplianceByResource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates whether the AWS resource complies with all of the AWS Config rules that evaluated it.

    Declaration

    Swift

    public let compliance: Compliance?
  • The ID of the AWS resource that was evaluated.

    Declaration

    Swift

    public let resourceId: String?
  • The type of the AWS resource that was evaluated.

    Declaration

    Swift

    public let resourceType: String?
  • Undocumented

    Declaration

    Swift

    public init(compliance: Compliance? = nil, resourceId: String? = nil, resourceType: String? = nil)