Class: Aws::ServerlessApplicationRepository::Types::ListApplicationDependenciesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dependenciesArray<Types::ApplicationDependencySummary>



1277
1278
1279
1280
1281
1282
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1277

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

#next_tokenString

Returns:

  • (String)


1277
1278
1279
1280
1281
1282
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 1277

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