Class: Aws::NetworkManager::Types::CreateDeviceResponse

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:



1454
1455
1456
1457
1458
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1454

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