EC2InstanceNetworkInterfaceAssociation Class Reference
| Inherits from | NSObject |
| Declared in | EC2InstanceNetworkInterfaceAssociation.h |
Tasks
-
– initDefault constructor for a new object. Callers should use the property methods to initialize this object after creating it.
-
publicIpThe value of the PublicIp property for this object.
property -
publicDnsNameThe value of the PublicDnsName property for this object.
property -
ipOwnerIdThe value of the IpOwnerId property for this object.
property -
– descriptionReturns a string representation of this object; useful for testing and debugging.
Properties
ipOwnerId
The value of the IpOwnerId property for this object.
@property (nonatomic, retain) NSString *ipOwnerIdDiscussion
The value of the IpOwnerId property for this object.
Declared In
EC2InstanceNetworkInterfaceAssociation.hInstance Methods
description
Returns a string representation of this object; useful for testing and debugging.
- (NSString *)descriptionReturn Value
A string representation of this object.
Discussion
Returns a string representation of this object; useful for testing and debugging.
Declared In
EC2InstanceNetworkInterfaceAssociation.hinit
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
- (id)initDiscussion
Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.
Declared In
EC2InstanceNetworkInterfaceAssociation.h