Class: Aws::NetworkManager::Types::UpdateDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::UpdateDeviceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:location]
Instance Attribute Summary collapse
-
#aws_location ⇒ Types::AWSLocation
The Amazon Web Services location of the device, if applicable.
-
#description ⇒ String
A description of the device.
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of the global network.
-
#location ⇒ Types::Location
Describes a location.
-
#model ⇒ String
The model of the device.
-
#serial_number ⇒ String
The serial number of the device.
-
#site_id ⇒ String
The ID of the site.
-
#type ⇒ String
The type of the device.
-
#vendor ⇒ String
The vendor of the device.
Instance Attribute Details
#aws_location ⇒ Types::AWSLocation
The Amazon Web Services location of the device, if applicable. For an on-premises device, you can omit this parameter.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#description ⇒ String
A description of the device.
Constraints: Maximum length of 256 characters.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#device_id ⇒ String
The ID of the device.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#global_network_id ⇒ String
The ID of the global network.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#location ⇒ Types::Location
Describes a location.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#model ⇒ String
The model of the device.
Constraints: Maximum length of 128 characters.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#serial_number ⇒ String
The serial number of the device.
Constraints: Maximum length of 128 characters.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#site_id ⇒ String
The ID of the site.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#type ⇒ String
The type of the device.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |
#vendor ⇒ String
The vendor of the device.
Constraints: Maximum length of 128 characters.
5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 5876 class UpdateDeviceRequest < Struct.new( :global_network_id, :device_id, :aws_location, :description, :type, :vendor, :model, :serial_number, :location, :site_id) SENSITIVE = [:location] include Aws::Structure end |