Class: Aws::AppRegistry::Types::ListApplicationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::ListApplicationsResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::ApplicationSummary>
This list of applications.
-
#next_token ⇒ String
The token to use to get the next page of results after a previous API call.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationSummary>
This list of applications.
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_token ⇒ String
The token to use to get the next page of results after a previous API call.
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 |