Class: Aws::AppRegistry::Types::ListApplicationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#applicationsArray<Types::ApplicationSummary>

This list of applications.

Returns:



901
902
903
904
905
906
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 901

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

#next_tokenString

The token to use to get the next page of results after a previous API call.

Returns:

  • (String)


901
902
903
904
905
906
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 901

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