Class: Aws::NetworkManager::Types::CreateDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateDeviceResponse
- 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.
1606 1607 1608 1609 1610 |
# File 'gems/aws-sdk-networkmanager/lib/aws-sdk-networkmanager/types.rb', line 1606 class CreateDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |