SubResourceSummary
public struct SubResourceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The list of attack types and associated counters.
Declaration
Swift
public let attackVectors: [SummarizedAttackVector]?
-
The counters that describe the details of the attack.
Declaration
Swift
public let counters: [SummarizedCounter]?
-
The unique identifier (ID) of the SubResource.
Declaration
Swift
public let id: String?
-
The SubResource type.
Declaration
Swift
public let type: SubResourceType?
-
Undocumented
Declaration
Swift
public init(attackVectors: [SummarizedAttackVector]? = nil, counters: [SummarizedCounter]? = nil, id: String? = nil, type: SubResourceType? = nil)