GetByteMatchSetRequest
public struct GetByteMatchSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ByteMatchSetId of the ByteMatchSet that you want to get. ByteMatchSetId is returned by CreateByteMatchSet and by ListByteMatchSets.
Declaration
Swift
public let byteMatchSetId: String -
Undocumented
Declaration
Swift
public init(byteMatchSetId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetByteMatchSetRequest Structure Reference