Class: Aws::Panorama::Types::DeleteDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::DeleteDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The device’s ID.
Instance Attribute Details
#device_id ⇒ String
The device’s ID.
410 411 412 413 414 |
# File 'lib/aws-sdk-panorama/types.rb', line 410 class DeleteDeviceResponse < Struct.new( :device_id) SENSITIVE = [] include Aws::Structure end |