AWSEC2GetIpamAddressHistoryResult
Objective-C
@interface AWSEC2GetIpamAddressHistoryResult
Swift
class AWSEC2GetIpamAddressHistoryResult
-
A historical record for a CIDR within an IPAM scope. If the CIDR is associated with an EC2 instance, you will see an object in the response for the instance and one for the network interface.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2IpamAddressHistoryRecord *> *_Nullable historyRecords;
Swift
var historyRecords: [AWSEC2IpamAddressHistoryRecord]? { get set }
-
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 nextToken;
Swift
var nextToken: String? { get set }