Class: Aws::AlexaForBusiness::Types::Device

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-alexaforbusiness/types.rb

Overview

A device with attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of a device.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The name of a device.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#device_serial_numberString

The serial number of a device.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#device_statusString

The status of a device. If the status is not READY, check the DeviceStatusInfo value for details.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#device_status_infoTypes::DeviceStatusInfo

Detailed information about a device’s status.



1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#device_typeString

The type of a device.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#mac_addressString

The MAC address of a device.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#network_profile_infoTypes::DeviceNetworkProfileInfo

Detailed information about a device’s network profile.



1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#room_arnString

The room ARN of a device.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end

#software_versionString

The software version of a device.

Returns:

  • (String)


1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1659

class Device < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :room_arn,
  :device_status,
  :device_status_info,
  :network_profile_info)
  SENSITIVE = []
  include Aws::Structure
end