Class: Aws::AlexaForBusiness::Types::StartSmartHomeApplianceDiscoveryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::StartSmartHomeApplianceDiscoveryRequest
- Defined in:
- gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb
Overview
Note:
When making an API call, you may pass StartSmartHomeApplianceDiscoveryRequest data as a hash:
{
room_arn: "Arn", # required
}
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.
5690 5691 5692 5693 5694 |
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 5690 class StartSmartHomeApplianceDiscoveryRequest < Struct.new( :room_arn) SENSITIVE = [] include Aws::Structure end |