Class: Aws::IoTFleetHub::Types::ListApplicationsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token used to get the next set of results.

Returns:

  • (String)


264
265
266
267
268
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 264

class ListApplicationsRequest < Struct.new(
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end