Class: Aws::NetworkManager::Types::UpdateDeviceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#deviceTypes::Device

Information about the device.

Returns:



5468
5469
5470
5471
5472
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 5468

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