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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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:



2857
2858
2859
2860
2861
2862
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2857

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)


2857
2858
2859
2860
2861
2862
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2857

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