Class: Aws::IoTRoboRunner::Types::ListDestinationsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotroborunner/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationsArray<Types::Destination>

List of destinations.

Returns:



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_tokenString

Pagination token returned when another page of data exists. Provide it in your next call to the API to receive the next page.

Returns:

  • (String)


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