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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#room_arnString

The room that the appliances are associated with.

Returns:

  • (String)


2005
2006
2007
2008
2009
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 2005

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