Class: Aws::AlexaForBusiness::Types::SmartHomeAppliance

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

Overview

A smart home appliance that can connect to a central system. Any domestic device can be a smart appliance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the smart home appliance.

Returns:

  • (String)


4575
4576
4577
4578
4579
4580
4581
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4575

class SmartHomeAppliance < Struct.new(
  :friendly_name,
  :description,
  :manufacturer_name)
  SENSITIVE = []
  include Aws::Structure
end

#friendly_nameString

The friendly name of the smart home appliance.

Returns:

  • (String)


4575
4576
4577
4578
4579
4580
4581
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4575

class SmartHomeAppliance < Struct.new(
  :friendly_name,
  :description,
  :manufacturer_name)
  SENSITIVE = []
  include Aws::Structure
end

#manufacturer_nameString

The name of the manufacturer of the smart home appliance.

Returns:

  • (String)


4575
4576
4577
4578
4579
4580
4581
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4575

class SmartHomeAppliance < Struct.new(
  :friendly_name,
  :description,
  :manufacturer_name)
  SENSITIVE = []
  include Aws::Structure
end