class Aws::AlexaForBusiness::Types::StartDeviceSyncRequest

@note When making an API call, you may pass StartDeviceSyncRequest

data as a hash:

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

@!attribute [rw] room_arn

The ARN of the room with which the device to sync is associated.
Required.
@return [String]

@!attribute [rw] device_arn

The ARN of the device to sync. Required.
@return [String]

@!attribute [rw] features

Request structure to start the device sync. Required.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/StartDeviceSyncRequest AWS API Documentation

Constants

SENSITIVE