SmartHomeAppliance

public struct SmartHomeAppliance : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The description of the smart home appliance.

    Declaration

    Swift

    public let description: String?
  • The friendly name of the smart home appliance.

    Declaration

    Swift

    public let friendlyName: String?
  • The name of the manufacturer of the smart home appliance.

    Declaration

    Swift

    public let manufacturerName: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, friendlyName: String? = nil, manufacturerName: String? = nil)