Class: Aws::ServerlessApplicationRepository::Types::ApplicationVersionPage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ApplicationVersionPage
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
A list of version summaries for the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to request the next page of results.
-
#versions ⇒ Array<Types::VersionSummary>
An array of version summaries for the application.
Instance Attribute Details
#next_token ⇒ String
The token to request the next page of results.
303 304 305 306 307 308 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 303 class ApplicationVersionPage < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |
#versions ⇒ Array<Types::VersionSummary>
An array of version summaries for the application.
303 304 305 306 307 308 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 303 class ApplicationVersionPage < Struct.new( :next_token, :versions) SENSITIVE = [] include Aws::Structure end |