Class: Aws::IoTSiteWise::Types::CreateGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::CreateGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The [ARN] 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`
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
3260 3261 3262 3263 3264 3265 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3260 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 API operations.
3260 3261 3262 3263 3264 3265 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3260 class CreateGatewayResponse < Struct.new( :gateway_id, :gateway_arn) SENSITIVE = [] include Aws::Structure end |