/AWS1/CL_R53LSTHOSTEDZONESBY03¶
ListHostedZonesByVPCResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_hostedzonesummaries TYPE /AWS1/CL_R53HOSTEDZONESUMMARY=>TT_HOSTEDZONESUMMARIES TT_HOSTEDZONESUMMARIES¶
A list that contains one
HostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with. EachHostedZoneSummaryelement contains the hosted zone name and ID, and information about who owns the hosted zone.
iv_maxitems TYPE /AWS1/R53INTEGER /AWS1/R53INTEGER¶
The value that you specified for
MaxItemsin the most recentListHostedZonesByVPCrequest.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/R53PAGINATIONTOKEN /AWS1/R53PAGINATIONTOKEN¶
The value that you will use for
NextTokenin the nextListHostedZonesByVPCrequest.
Queryable Attributes¶
HostedZoneSummaries¶
A list that contains one
HostedZoneSummaryelement for each hosted zone that the specified Amazon VPC is associated with. EachHostedZoneSummaryelement contains the hosted zone name and ID, and information about who owns the hosted zone.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HOSTEDZONESUMMARIES() |
Getter for HOSTEDZONESUMMARIES, with configurable default |
ASK_HOSTEDZONESUMMARIES() |
Getter for HOSTEDZONESUMMARIES w/ exceptions if field has no |
HAS_HOSTEDZONESUMMARIES() |
Determine if HOSTEDZONESUMMARIES has a value |
MaxItems¶
The value that you specified for
MaxItemsin the most recentListHostedZonesByVPCrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXITEMS() |
Getter for MAXITEMS, with configurable default |
ASK_MAXITEMS() |
Getter for MAXITEMS w/ exceptions if field has no value |
HAS_MAXITEMS() |
Determine if MAXITEMS has a value |
NextToken¶
The value that you will use for
NextTokenin the nextListHostedZonesByVPCrequest.
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 |