Skip to content

/AWS1/CL_EC2GETIPAMADDRESSHI01

GetIpamAddressHistoryResult

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_HISTORYRECORDS TYPE /AWS1/CL_EC2IPAMADDRESSHISTO00=>TT_IPAMADDRESSHISTORYRECORDSET TT_IPAMADDRESSHISTORYRECORDSET

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.

IV_NEXTTOKEN TYPE /AWS1/EC2NEXTTOKEN /AWS1/EC2NEXTTOKEN

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


Queryable Attributes

HistoryRecords

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.

Accessible with the following methods

Method Description
GET_HISTORYRECORDS() Getter for HISTORYRECORDS, with configurable default
ASK_HISTORYRECORDS() Getter for HISTORYRECORDS w/ exceptions if field has no valu
HAS_HISTORYRECORDS() Determine if HISTORYRECORDS has a value

NextToken

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

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value