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

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



1901
1902
1903
1904
1905
1906
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1901

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)


1901
1902
1903
1904
1905
1906
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 1901

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