You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::StartDeviceSyncRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StartDeviceSyncRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  room_arn: "Arn",
  device_arn: "Arn",
  features: ["BLUETOOTH"], # required, accepts BLUETOOTH, VOLUME, NOTIFICATIONS, LISTS, SKILLS, NETWORK_PROFILE, SETTINGS, ALL
}

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device to sync. Required.

Returns:

  • (String)

    The ARN of the device to sync.

#featuresArray<String>

Request structure to start the device sync. Required.

Returns:

  • (Array<String>)

    Request structure to start the device sync.

#room_arnString

The ARN of the room with which the device to sync is associated. Required.

Returns:

  • (String)

    The ARN of the room with which the device to sync is associated.