Class: Aws::IoTSiteWise::Types::UpdateGatewayRequest

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_idString

The ID of the gateway to update.

Returns:

  • (String)


8555
8556
8557
8558
8559
8560
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8555

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

#gateway_nameString

A unique, friendly name for the gateway.

Returns:

  • (String)


8555
8556
8557
8558
8559
8560
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 8555

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