PrefixListId
public struct PrefixListId : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description for the security group rule that references this prefix list ID. Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=;{}!$*
Declaration
Swift
public let description: String?
-
The ID of the prefix.
Declaration
Swift
public let prefixListId: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, prefixListId: String? = nil)