Class: Aws::IoTSiteWise::Types::DeleteGatewayRequest

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_idString

The ID of the gateway to delete.

Returns:

  • (String)


3686
3687
3688
3689
3690
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3686

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