Class: Aws::AlexaForBusiness::Types::ForgetSmartHomeAppliancesRequest

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

Overview

Note:

When making an API call, you may pass ForgetSmartHomeAppliancesRequest data as a hash:

{
  room_arn: "Arn", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The room that the appliances are associated with.

Returns:

  • (String)


1672
1673
1674
1675
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 1672

class ForgetSmartHomeAppliancesRequest < Struct.new(
  :room_arn)
  include Aws::Structure
end