Class: Aws::IoTFleetHub::Types::ListApplicationsResponse

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

#application_summariesArray<Types::ApplicationSummary>

An array of objects that provide summaries of information about the web applications in the list.

Returns:



279
280
281
282
283
284
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 279

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

#next_tokenString

A token used to get the next set of results.

Returns:

  • (String)


279
280
281
282
283
284
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 279

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