AWSEC2IcmpTypeCode
Objective-C
@interface AWSEC2IcmpTypeCode
Swift
class AWSEC2IcmpTypeCode
Describes the ICMP type and code.
-
The ICMP code. A value of -1 means all codes for the specified ICMP type.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable code;
Swift
var code: NSNumber? { get set }
-
The ICMP type. A value of -1 means all types.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable types;
Swift
var types: NSNumber? { get set }