/AWS1/CL_IOWGETWIRELESSGWRSP¶
GetWirelessGatewayResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_name
TYPE /AWS1/IOWWIRELESSGATEWAYNAME
/AWS1/IOWWIRELESSGATEWAYNAME
¶
The name of the resource.
iv_id
TYPE /AWS1/IOWWIRELESSGATEWAYID
/AWS1/IOWWIRELESSGATEWAYID
¶
The ID of the wireless gateway.
iv_description
TYPE /AWS1/IOWDESCRIPTION
/AWS1/IOWDESCRIPTION
¶
The description of the resource.
io_lorawan
TYPE REF TO /AWS1/CL_IOWLORAWANGATEWAY
/AWS1/CL_IOWLORAWANGATEWAY
¶
Information about the wireless gateway.
iv_arn
TYPE /AWS1/IOWWIRELESSGATEWAYARN
/AWS1/IOWWIRELESSGATEWAYARN
¶
The Amazon Resource Name of the resource.
iv_thingname
TYPE /AWS1/IOWTHINGNAME
/AWS1/IOWTHINGNAME
¶
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
iv_thingarn
TYPE /AWS1/IOWTHINGARN
/AWS1/IOWTHINGARN
¶
The ARN of the thing associated with the wireless gateway.
Queryable Attributes¶
Name¶
The name of the resource.
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 |
Id¶
The ID of the wireless gateway.
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 |
Description¶
The description of the resource.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
LoRaWAN¶
Information about the wireless gateway.
Accessible with the following methods¶
Method | Description |
---|---|
GET_LORAWAN() |
Getter for LORAWAN |
Arn¶
The Amazon Resource Name of the resource.
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 |
ThingName¶
The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THINGNAME() |
Getter for THINGNAME, with configurable default |
ASK_THINGNAME() |
Getter for THINGNAME w/ exceptions if field has no value |
HAS_THINGNAME() |
Determine if THINGNAME has a value |
ThingArn¶
The ARN of the thing associated with the wireless gateway.
Accessible with the following methods¶
Method | Description |
---|---|
GET_THINGARN() |
Getter for THINGARN, with configurable default |
ASK_THINGARN() |
Getter for THINGARN w/ exceptions if field has no value |
HAS_THINGARN() |
Determine if THINGARN has a value |