You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::NetworkManager::Types::Device
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::Device
- Defined in:
- (unknown)
Overview
Describes a device.
Returned by:
Instance Attribute Summary collapse
-
#created_at ⇒ Time
The date and time that the site was created.
-
#description ⇒ String
The description of the device.
-
#device_arn ⇒ String
The Amazon Resource Name (ARN) of the device.
-
#device_id ⇒ String
The ID of the device.
-
#global_network_id ⇒ String
The ID of the global network.
-
#location ⇒ Types::Location
The site location.
-
#model ⇒ String
The device model.
-
#serial_number ⇒ String
The device serial number.
-
#site_id ⇒ String
The site ID.
-
#state ⇒ String
The device state.
-
#tags ⇒ Array<Types::Tag>
The tags for the device.
-
#type ⇒ String
The device type.
-
#vendor ⇒ String
The device vendor.
Instance Attribute Details
#created_at ⇒ Time
The date and time that the site was created.
#description ⇒ String
The description of the device.
#device_arn ⇒ String
The Amazon Resource Name (ARN) of the device.
#device_id ⇒ String
The ID of the device.
#global_network_id ⇒ String
The ID of the global network.
#location ⇒ Types::Location
The site location.
#model ⇒ String
The device model.
#serial_number ⇒ String
The device serial number.
#site_id ⇒ String
The site ID.
#state ⇒ String
The device state.
Possible values:
- PENDING
- AVAILABLE
- DELETING
- UPDATING
#tags ⇒ Array<Types::Tag>
The tags for the device.
#type ⇒ String
The device type.
#vendor ⇒ String
The device vendor.