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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_arnString

The ARN of the device to sync. Required.

Returns:

  • (String)


4641
4642
4643
4644
4645
4646
4647
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4641

class StartDeviceSyncRequest < Struct.new(
  :room_arn,
  :device_arn,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#featuresArray<String>

Request structure to start the device sync. Required.

Returns:

  • (Array<String>)


4641
4642
4643
4644
4645
4646
4647
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4641

class StartDeviceSyncRequest < Struct.new(
  :room_arn,
  :device_arn,
  :features)
  SENSITIVE = []
  include Aws::Structure
end

#room_arnString

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

Returns:

  • (String)


4641
4642
4643
4644
4645
4646
4647
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4641

class StartDeviceSyncRequest < Struct.new(
  :room_arn,
  :device_arn,
  :features)
  SENSITIVE = []
  include Aws::Structure
end