Contributor
public struct Contributor : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the contributor. This is dependent on the AttackPropertyIdentifier. For example, if the AttackPropertyIdentifier is SOURCE_COUNTRY, the Name could be United States.
Declaration
Swift
public let name: String?
-
The contribution of this contributor expressed in Protection units. For example 10,000.
Declaration
Swift
public let value: Int64?
-
Undocumented
Declaration
Swift
public init(name: String? = nil, value: Int64? = nil)