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.
2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2816 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.
2816 2817 2818 2819 2820 2821 |
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2816 class ListDestinationsResponse < Struct.new( :destination_list, :next_token) SENSITIVE = [] include Aws::Structure end |