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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time that the site was created.

Returns:

  • (Time)

    The date and time that the site was created.

#descriptionString

The description of the device.

Returns:

  • (String)

    The description of the device.

#device_arnString

The Amazon Resource Name (ARN) of the device.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the device.

#device_idString

The ID of the device.

Returns:

  • (String)

    The ID of the device.

#global_network_idString

The ID of the global network.

Returns:

  • (String)

    The ID of the global network.

#locationTypes::Location

The site location.

Returns:

#modelString

The device model.

Returns:

  • (String)

    The device model.

#serial_numberString

The device serial number.

Returns:

  • (String)

    The device serial number.

#site_idString

The site ID.

Returns:

  • (String)

    The site ID.

#stateString

The device state.

Possible values:

  • PENDING
  • AVAILABLE
  • DELETING
  • UPDATING

Returns:

  • (String)

    The device state.

#tagsArray<Types::Tag>

The tags for the device.

Returns:

  • (Array<Types::Tag>)

    The tags for the device.

#typeString

The device type.

Returns:

  • (String)

    The device type.

#vendorString

The device vendor.

Returns:

  • (String)

    The device vendor.