Class: Aws::IoTManagedIntegrations::Types::ListDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListDestinationsResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_list ⇒ Array<Types::DestinationSummary>
The list of destinations.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#destination_list ⇒ Array<Types::DestinationSummary>
The list of destinations.
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_token ⇒ String
A token that can be used to retrieve the next set of results.
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 |