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)


3958
3959
3960
3961
3962
# File 'lib/aws-sdk-iotsitewise/types.rb', line 3958

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