AWSEC2CreateNetworkInterfaceResult

Objective-C

@interface AWSEC2CreateNetworkInterfaceResult

Swift

class AWSEC2CreateNetworkInterfaceResult
  • The token to use to retrieve the next page of results. This value is null when there are no more results to return.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable clientToken;

    Swift

    var clientToken: String? { get set }
  • Information about the network interface.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2NetworkInterface *_Nullable networkInterface;

    Swift

    var networkInterface: AWSEC2NetworkInterface? { get set }