Class: Aws::IoTWireless::Types::ListDestinationsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_listArray<Types::Destinations>

The list of destinations.

Returns:



3324
3325
3326
3327
3328
3329
# File 'lib/aws-sdk-iotwireless/types.rb', line 3324

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

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


3324
3325
3326
3327
3328
3329
# File 'lib/aws-sdk-iotwireless/types.rb', line 3324

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