/AWS1/CL_GDYGETIPSETRESPONSE¶
GetIPSetResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/GDYNAME /AWS1/GDYNAME¶
The user-friendly name for the IPSet.
iv_format TYPE /AWS1/GDYIPSETFORMAT /AWS1/GDYIPSETFORMAT¶
The format of the file that contains the IPSet.
iv_location TYPE /AWS1/GDYLOCATION /AWS1/GDYLOCATION¶
The URI of the file that contains the IPSet.
iv_status TYPE /AWS1/GDYIPSETSTATUS /AWS1/GDYIPSETSTATUS¶
The status of IPSet file that was uploaded.
Optional arguments:¶
it_tags TYPE /AWS1/CL_GDYTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags of the IPSet resource.
iv_expectedbucketowner TYPE /AWS1/GDYACCOUNTID /AWS1/GDYACCOUNTID¶
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter. This field appears in the response only if it was provided during IPSet creation or update.
Queryable Attributes¶
Name¶
The user-friendly name for the IPSet.
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 |
Format¶
The format of the file that contains the IPSet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
Location¶
The URI of the file that contains the IPSet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCATION() |
Getter for LOCATION, with configurable default |
ASK_LOCATION() |
Getter for LOCATION w/ exceptions if field has no value |
HAS_LOCATION() |
Determine if LOCATION has a value |
Status¶
The status of IPSet file that was uploaded.
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 |
Tags¶
The tags of the IPSet resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
ExpectedBucketOwner¶
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter. This field appears in the response only if it was provided during IPSet creation or update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDBUCKETOWNER() |
Getter for EXPECTEDBUCKETOWNER, with configurable default |
ASK_EXPECTEDBUCKETOWNER() |
Getter for EXPECTEDBUCKETOWNER w/ exceptions if field has no |
HAS_EXPECTEDBUCKETOWNER() |
Determine if EXPECTEDBUCKETOWNER has a value |