Class: Aws::IoTSiteWise::Types::CreateGatewayResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The ARN of the gateway, which has the following format.

arn:${Partition}:iotsitewise:${Region}:${Account}:gateway/${GatewayId}

Returns:

  • (String)


3260
3261
3262
3263
3264
3265
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3260

class CreateGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The ID of the gateway device. You can use this ID when you call other IoT SiteWise API operations.

Returns:

  • (String)


3260
3261
3262
3263
3264
3265
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3260

class CreateGatewayResponse < Struct.new(
  :gateway_id,
  :gateway_arn)
  SENSITIVE = []
  include Aws::Structure
end