Class: Aws::AlexaForBusiness::Types::SmartHomeAppliance
- Inherits:
-
Struct
- Object
- Struct
- Aws::AlexaForBusiness::Types::SmartHomeAppliance
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
The description of the smart home appliance.
-
#friendly_name ⇒ String
The friendly name of the smart home appliance.
-
#manufacturer_name ⇒ String
The name of the manufacturer of the smart home appliance.
Instance Attribute Details
#description ⇒ String
The description of the smart home appliance.
4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4575 class SmartHomeAppliance < Struct.new( :friendly_name, :description, :manufacturer_name) SENSITIVE = [] include Aws::Structure end |
#friendly_name ⇒ String
The friendly name of the smart home appliance.
4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4575 class SmartHomeAppliance < Struct.new( :friendly_name, :description, :manufacturer_name) SENSITIVE = [] include Aws::Structure end |
#manufacturer_name ⇒ String
The name of the manufacturer of the smart home appliance.
4575 4576 4577 4578 4579 4580 4581 |
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 4575 class SmartHomeAppliance < Struct.new( :friendly_name, :description, :manufacturer_name) SENSITIVE = [] include Aws::Structure end |