You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AlexaForBusiness::Types::ListSmartHomeAppliancesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListSmartHomeAppliancesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  room_arn: "Arn", # required
  max_results: 1,
  next_token: "NextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of appliances to be returned, per paginated calls.

Returns:

  • (Integer)

    The maximum number of appliances to be returned, per paginated calls.

#next_tokenString

The tokens used for pagination.

Returns:

  • (String)

    The tokens used for pagination.

#room_arnString

The room that the appliances are associated with.

Returns:

  • (String)

    The room that the appliances are associated with.