Class: Aws::AlexaForBusiness::Types::DeviceData

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

Overview

Device attributes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The time (in epoch) when the device data was created.

Returns:

  • (Time)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#device_arnString

The ARN of a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#device_nameString

The name of a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#device_serial_numberString

The serial number of a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#device_statusString

The status of a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#device_status_infoTypes::DeviceStatusInfo

Detailed information about a device's status.



1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#device_typeString

The type of a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#mac_addressString

The MAC address of a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#network_profile_arnString

The ARN of the network profile associated with a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#network_profile_nameString

The name of the network profile associated with a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#room_arnString

The room ARN associated with a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#room_nameString

The name of the room associated with a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end

#software_versionString

The software version of a device.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 1730

class DeviceData < Struct.new(
  :device_arn,
  :device_serial_number,
  :device_type,
  :device_name,
  :software_version,
  :mac_address,
  :device_status,
  :network_profile_arn,
  :network_profile_name,
  :room_arn,
  :room_name,
  :device_status_info,
  :created_time)
  SENSITIVE = []
  include Aws::Structure
end