ListSmartHomeAppliancesRequest

public struct ListSmartHomeAppliancesRequest : AWSShape
extension AlexaForBusiness.ListSmartHomeAppliancesRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of appliances to be returned, per paginated calls.

    Declaration

    Swift

    public let maxResults: Int?
  • The tokens used for pagination.

    Declaration

    Swift

    public let nextToken: String?
  • The room that the appliances are associated with.

    Declaration

    Swift

    public let roomArn: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, roomArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws