AWSEC2ModifyVerifiedAccessEndpointEniOptions
Objective-C
@interface AWSEC2ModifyVerifiedAccessEndpointEniOptions
Swift
class AWSEC2ModifyVerifiedAccessEndpointEniOptions
Describes the options when modifying a Verified Access endpoint with the network-interface type.
-
The IP port number.
Declaration
Objective-C
@property (nonatomic, strong) NSNumber *_Nullable port;Swift
var port: NSNumber? { get set } -
The IP protocol.
Declaration
Objective-C
@property (nonatomic) AWSEC2VerifiedAccessEndpointProtocol protocols;Swift
var protocols: AWSEC2VerifiedAccessEndpointProtocol { get set }
View on GitHub
Install in Dash
AWSEC2ModifyVerifiedAccessEndpointEniOptions Class Reference