Class: Aws::AlexaForBusiness::Types::ListSmartHomeAppliancesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The tokens used for pagination.

Returns:

  • (String)


2947
2948
2949
2950
2951
2952
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2947

class ListSmartHomeAppliancesResponse < Struct.new(
  :smart_home_appliances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#smart_home_appliancesArray<Types::SmartHomeAppliance>

The smart home appliances.

Returns:



2947
2948
2949
2950
2951
2952
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2947

class ListSmartHomeAppliancesResponse < Struct.new(
  :smart_home_appliances,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end