AWSEC2NetworkInterfaceAttachment
Objective-C
@interface AWSEC2NetworkInterfaceAttachmentSwift
class AWSEC2NetworkInterfaceAttachmentDescribes a network interface attachment.
- 
                  
                  The timestamp indicating when the attachment initiated. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable attachTime;Swift var attachTime: Date? { get set }
- 
                  
                  The ID of the network interface attachment. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable attachmentId;Swift var attachmentId: String? { get set }
- 
                  
                  Indicates whether the network interface is deleted when the instance is terminated. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable deleteOnTermination;Swift var deleteOnTermination: NSNumber? { get set }
- 
                  
                  The device index of the network interface attachment on the instance. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable deviceIndex;Swift var deviceIndex: NSNumber? { get set }
- 
                  
                  Configures ENA Express for the network interface that this action attaches to the instance. DeclarationObjective-C @property (nonatomic, strong) AWSEC2AttachmentEnaSrdSpecification *_Nullable enaSrdSpecification;Swift var enaSrdSpecification: AWSEC2AttachmentEnaSrdSpecification? { get set }
- 
                  
                  The ID of the instance. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable instanceId;Swift var instanceId: String? { get set }
- 
                  
                  The Amazon Web Services account ID of the owner of the instance. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable instanceOwnerId;Swift var instanceOwnerId: String? { get set }
- 
                  
                  The index of the network card. DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable networkCardIndex;Swift var networkCardIndex: NSNumber? { get set }
- 
                  
                  The attachment state. DeclarationObjective-C @property (nonatomic) AWSEC2AttachmentStatus status;Swift var status: AWSEC2AttachmentStatus { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2NetworkInterfaceAttachment Class Reference
        AWSEC2NetworkInterfaceAttachment Class Reference