/AWS1/CL_IOSCREATEGATEWAYRSP¶
CreateGatewayResponse
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_gatewayid
TYPE /AWS1/IOSID
/AWS1/IOSID
¶
The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
iv_gatewayarn
TYPE /AWS1/IOSARN
/AWS1/IOSARN
¶
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
Queryable Attributes¶
gatewayId¶
The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.
Accessible with the following methods¶
Method | Description |
---|---|
GET_GATEWAYID() |
Getter for GATEWAYID, with configurable default |
ASK_GATEWAYID() |
Getter for GATEWAYID w/ exceptions if field has no value |
HAS_GATEWAYID() |
Determine if GATEWAYID has a value |
gatewayArn¶
The ARN of the gateway, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}
Accessible with the following methods¶
Method | Description |
---|---|
GET_GATEWAYARN() |
Getter for GATEWAYARN, with configurable default |
ASK_GATEWAYARN() |
Getter for GATEWAYARN w/ exceptions if field has no value |
HAS_GATEWAYARN() |
Determine if GATEWAYARN has a value |