Class: Aws::IoTRoboRunner::Types::ListDestinationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTRoboRunner::Types::ListDestinationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotroborunner/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destinations ⇒ Array<Types::Destination>
List of destinations.
-
#next_token ⇒ String
Pagination token returned when another page of data exists.
Instance Attribute Details
#destinations ⇒ Array<Types::Destination>
List of destinations.
690 691 692 693 694 695 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 690 class ListDestinationsResponse < Struct.new( :next_token, :destinations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Pagination token returned when another page of data exists. Provide it in your next call to the API to receive the next page.
690 691 692 693 694 695 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 690 class ListDestinationsResponse < Struct.new( :next_token, :destinations) SENSITIVE = [] include Aws::Structure end |