Class: Aws::IoTManagedIntegrations::Types::ListDestinationsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_listArray<Types::DestinationSummary>

The list of destinations.

Returns:



2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2816

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

#next_tokenString

A token that can be used to retrieve the next set of results.

Returns:

  • (String)


2816
2817
2818
2819
2820
2821
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 2816

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