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

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 delete.

Returns:

  • (String)


3603
3604
3605
3606
3607
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3603

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