Class: Aws::NetworkManager::Types::DeleteDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteDeviceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device ⇒ Types::Device
Information about the device.
Instance Attribute Details
#device ⇒ Types::Device
Information about the device.
2185 2186 2187 2188 2189 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2185 class DeleteDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |