Class: Aws::AlexaForBusiness::Types::StartDeviceSyncRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::StartDeviceSyncRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#device_arn ⇒ String
The ARN of the device to sync.
-
#features ⇒ Array<String>
Request structure to start the device sync.
-
#room_arn ⇒ String
The ARN of the room with which the device to sync is associated.
Instance Attribute Details
#device_arn ⇒ String
The ARN of the device to sync. Required.
4641 4642 4643 4644 4645 4646 4647 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4641 class StartDeviceSyncRequest < Struct.new( :room_arn, :device_arn, :features) SENSITIVE = [] include Aws::Structure end |
#features ⇒ Array<String>
Request structure to start the device sync. Required.
4641 4642 4643 4644 4645 4646 4647 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4641 class StartDeviceSyncRequest < Struct.new( :room_arn, :device_arn, :features) SENSITIVE = [] include Aws::Structure end |
#room_arn ⇒ String
The ARN of the room with which the device to sync is associated. Required.
4641 4642 4643 4644 4645 4646 4647 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4641 class StartDeviceSyncRequest < Struct.new( :room_arn, :device_arn, :features) SENSITIVE = [] include Aws::Structure end |