Inherits from NSObject
Declared in EC2InstanceNetworkInterfaceAssociation.h

Overview

Instance Network Interface Association

Tasks

  • – init

    Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

  •   publicIp

    The value of the PublicIp property for this object.

    property
  •   publicDnsName

    The value of the PublicDnsName property for this object.

    property
  •   ipOwnerId

    The value of the IpOwnerId property for this object.

    property
  • – description

    Returns 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 *ipOwnerId

Discussion

The value of the IpOwnerId property for this object.

Declared In

EC2InstanceNetworkInterfaceAssociation.h

publicDnsName

The value of the PublicDnsName property for this object.

@property (nonatomic, retain) NSString *publicDnsName

Discussion

The value of the PublicDnsName property for this object.

Declared In

EC2InstanceNetworkInterfaceAssociation.h

publicIp

The value of the PublicIp property for this object.

@property (nonatomic, retain) NSString *publicIp

Discussion

The value of the PublicIp property for this object.

Declared In

EC2InstanceNetworkInterfaceAssociation.h

Instance Methods

description

Returns a string representation of this object; useful for testing and debugging.

- (NSString *)description

Return Value

A string representation of this object.

Discussion

Returns a string representation of this object; useful for testing and debugging.

Declared In

EC2InstanceNetworkInterfaceAssociation.h

init

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

- (id)init

Discussion

Default constructor for a new object. Callers should use the property methods to initialize this object after creating it.

Declared In

EC2InstanceNetworkInterfaceAssociation.h