Class: Aws::NetworkManager::Types::CreateDeviceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateDeviceResponse
- 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.
1615 1616 1617 1618 1619 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 1615 class CreateDeviceResponse < Struct.new( :device) SENSITIVE = [] include Aws::Structure end |