You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkManager::Types::CreateDeviceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::CreateDeviceRequest
- Defined in:
- (unknown)
Overview
When passing CreateDeviceRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
global_network_id: "String", # required
description: "String",
type: "String",
vendor: "String",
model: "String",
serial_number: "String",
location: {
address: "String",
latitude: "String",
longitude: "String",
},
site_id: "String",
tags: [
{
key: "TagKey",
value: "TagValue",
},
],
}
Instance Attribute Summary collapse
-
#description ⇒ String
A description of the device.
-
#global_network_id ⇒ String
The ID of the global network.
-
#location ⇒ Types::Location
The location of the device.
-
#model ⇒ String
The model of the device.
-
#serial_number ⇒ String
The serial number of the device.
-
#site_id ⇒ String
The ID of the site.
-
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
-
#type ⇒ String
The type of the device.
-
#vendor ⇒ String
The vendor of the device.
Instance Attribute Details
#description ⇒ String
A description of the device.
Length Constraints: Maximum length of 256 characters.
#global_network_id ⇒ String
The ID of the global network.
#location ⇒ Types::Location
The location of the device.
#model ⇒ String
The model of the device.
Length Constraints: Maximum length of 128 characters.
#serial_number ⇒ String
The serial number of the device.
Length Constraints: Maximum length of 128 characters.
#site_id ⇒ String
The ID of the site.
#tags ⇒ Array<Types::Tag>
The tags to apply to the resource during creation.
#type ⇒ String
The type of the device.
#vendor ⇒ String
The vendor of the device.
Length Constraints: Maximum length of 128 characters.