Class: Aws::ApplicationInsights::Types::ListApplicationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_info_listArray<Types::ApplicationInfo>

The list of applications.

Returns:



876
877
878
879
880
881
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 876

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

#next_tokenString

The token used to retrieve the next page of results. This value is null when there are no more results to return.

Returns:

  • (String)


876
877
878
879
880
881
# File 'gems/aws-sdk-applicationinsights/lib/aws-sdk-applicationinsights/types.rb', line 876

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