Class: Aws::Panorama::Types::DeleteDeviceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The device's ID.

Returns:

  • (String)


410
411
412
413
414
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 410

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