Class: Aws::IoTSiteWise::Types::CreateGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateGatewayResponse
- Defined in:
- gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The [ARN][1] of the gateway, which has the following format.
-
#gateway_id ⇒ String
The ID of the gateway device.
Instance Attribute Details
#gateway_arn ⇒ String
The ARN of the gateway, which has the following format.
arn:$\{Partition\}:iotsitewise:$\{Region\}:$\{Account\}:gateway/$\{GatewayId\}
2273 2274 2275 2276 2277 2278 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2273 class CreateGatewayResponse < Struct.new( :gateway_id, :gateway_arn) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The ID of the gateway device. You can use this ID when you call other IoT SiteWise APIs.
2273 2274 2275 2276 2277 2278 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2273 class CreateGatewayResponse < Struct.new( :gateway_id, :gateway_arn) SENSITIVE = [] include Aws::Structure end |