Class: Aws::AlexaForBusiness::Types::StartSmartHomeApplianceDiscoveryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The room where smart home appliance discovery was initiated.

Returns:

  • (String)


4659
4660
4661
4662
4663
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4659

class StartSmartHomeApplianceDiscoveryRequest < Struct.new(
  :room_arn)
  SENSITIVE = []
  include Aws::Structure
end