Class: Aws::ServerlessApplicationRepository::Types::ApplicationDependencyPage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ApplicationDependencyPage
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
A list of application summaries nested in the application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dependencies ⇒ Array<Types::ApplicationDependencySummary>
An array of application summaries nested in the application.
-
#next_token ⇒ String
The token to request the next page of results.
Instance Attribute Details
#dependencies ⇒ Array<Types::ApplicationDependencySummary>
An array of application summaries nested in the application.
125 126 127 128 129 130 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 125 class ApplicationDependencyPage < Struct.new( :dependencies, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to request the next page of results.
125 126 127 128 129 130 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 125 class ApplicationDependencyPage < Struct.new( :dependencies, :next_token) SENSITIVE = [] include Aws::Structure end |