/AWS1/CL_R5GDELACCESSSOURCEOUT¶
DeleteAccessSourceOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/R5GRESOURCEARN /AWS1/R5GRESOURCEARN¶
The Amazon Resource Name (ARN) of the deleted access source.
iv_cidr TYPE /AWS1/R5GCIDR /AWS1/R5GCIDR¶
The IP address or CIDR range of the deleted access source.
iv_createdat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the access source was originally created.
iv_id TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The unique identifier of the deleted access source.
iv_ipaddresstype TYPE /AWS1/R5GIPADDRESSTYPE /AWS1/R5GIPADDRESSTYPE¶
The IP address type of the deleted access source (IPv4 or IPv6).
iv_dnsviewid TYPE /AWS1/R5GRESOURCEID /AWS1/R5GRESOURCEID¶
The ID of the DNS view that was associated with the deleted access source.
iv_protocol TYPE /AWS1/R5GDNSPROTOCOL /AWS1/R5GDNSPROTOCOL¶
The DNS protocol that was permitted for the deleted access source.
iv_status TYPE /AWS1/R5GCRRESOURCESTATUS /AWS1/R5GCRRESOURCESTATUS¶
The final status of the deleted access source.
iv_updatedat TYPE /AWS1/R5GISO8601TIMESTRING /AWS1/R5GISO8601TIMESTRING¶
The date and time when the access source was last updated before deletion.
Optional arguments:¶
iv_name TYPE /AWS1/R5GRESOURCENAMESHORT /AWS1/R5GRESOURCENAMESHORT¶
The name of the deleted access source.
Queryable Attributes¶
arn¶
The Amazon Resource Name (ARN) of the deleted access source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
cidr¶
The IP address or CIDR range of the deleted access source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CIDR() |
Getter for CIDR, with configurable default |
ASK_CIDR() |
Getter for CIDR w/ exceptions if field has no value |
HAS_CIDR() |
Determine if CIDR has a value |
createdAt¶
The date and time when the access source was originally created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
id¶
The unique identifier of the deleted access source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
ipAddressType¶
The IP address type of the deleted access source (IPv4 or IPv6).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE, with configurable default |
ASK_IPADDRESSTYPE() |
Getter for IPADDRESSTYPE w/ exceptions if field has no value |
HAS_IPADDRESSTYPE() |
Determine if IPADDRESSTYPE has a value |
name¶
The name of the deleted access source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
dnsViewId¶
The ID of the DNS view that was associated with the deleted access source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSVIEWID() |
Getter for DNSVIEWID, with configurable default |
ASK_DNSVIEWID() |
Getter for DNSVIEWID w/ exceptions if field has no value |
HAS_DNSVIEWID() |
Determine if DNSVIEWID has a value |
protocol¶
The DNS protocol that was permitted for the deleted access source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOL() |
Getter for PROTOCOL, with configurable default |
ASK_PROTOCOL() |
Getter for PROTOCOL w/ exceptions if field has no value |
HAS_PROTOCOL() |
Determine if PROTOCOL has a value |
status¶
The final status of the deleted access source.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
updatedAt¶
The date and time when the access source was last updated before deletion.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |