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)


3116
3117
3118
3119
3120
3121
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3116

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)


3116
3117
3118
3119
3120
3121
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3116

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