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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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`

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


3145
3146
3147
3148
3149
3150
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3145

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)


3145
3146
3147
3148
3149
3150
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3145

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