Class: Aws::IoTWireless::Types::ListDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListDestinationsResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_list ⇒ Array<Types::Destinations>
The list of destinations.
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
Instance Attribute Details
#destination_list ⇒ Array<Types::Destinations>
The list of destinations.
3242 3243 3244 3245 3246 3247 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3242 class ListDestinationsResponse < Struct.new( :next_token, :destination_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
3242 3243 3244 3245 3246 3247 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3242 class ListDestinationsResponse < Struct.new( :next_token, :destination_list) SENSITIVE = [] include Aws::Structure end |