Class: Aws::NetworkManager::Types::UpdateDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateDeviceResponse
- Defined in:
- gems/aws-sdk-networkmanager/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.
2370 2371 2372 2373 2374 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 2370 class UpdateDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |