Class: Aws::AlexaForBusiness::Types::StartSmartHomeApplianceDiscoveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::StartSmartHomeApplianceDiscoveryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-alexaforbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#room_arn ⇒ String
The room where smart home appliance discovery was initiated.
Instance Attribute Details
#room_arn ⇒ String
The room where smart home appliance discovery was initiated.
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 |