Class: Aws::ServerlessApplicationRepository::Types::ApplicationPage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ApplicationPage
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
A list of application details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applications ⇒ Array<Types::ApplicationSummary>
An array of application summaries.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#applications ⇒ Array<Types::ApplicationSummary>
An array of application summaries.
163 164 165 166 167 168 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 163 class ApplicationPage < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
163 164 165 166 167 168 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 163 class ApplicationPage < Struct.new( :applications, :next_token) SENSITIVE = [] include Aws::Structure end |