Class: Aws::ServerlessApplicationRepository::Types::ApplicationDependencyPage

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

Overview

A list of application summaries nested in the application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dependenciesArray<Types::ApplicationDependencySummary>

An array of application summaries nested in the application.



125
126
127
128
129
130
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 125

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

#next_tokenString

The token to request the next page of results.

Returns:

  • (String)


125
126
127
128
129
130
# File 'gems/aws-sdk-serverlessapplicationrepository/lib/aws-sdk-serverlessapplicationrepository/types.rb', line 125

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