Class: Aws::NetworkManager::Types::DeleteDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::DeleteDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of the global network.
Instance Attribute Details
#device_id ⇒ String
The ID of the device.
2172 2173 2174 2175 2176 2177 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2172 class DeleteDeviceRequest < Struct.new( :global_network_id, :device_id) SENSITIVE = [] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
2172 2173 2174 2175 2176 2177 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 2172 class DeleteDeviceRequest < Struct.new( :global_network_id, :device_id) SENSITIVE = [] include Aws::Structure end |