Class: Aws::ServerlessApplicationRepository::Types::ApplicationDependencySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServerlessApplicationRepository::Types::ApplicationDependencySummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-serverlessapplicationrepository/types.rb
Overview
A nested application summary.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The Amazon Resource Name (ARN) of the nested application.
-
#semantic_version ⇒ String
The semantic version of the nested application.
Instance Attribute Details
#application_id ⇒ String
The Amazon Resource Name (ARN) of the nested application.
144 145 146 147 148 149 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 144 class ApplicationDependencySummary < Struct.new( :application_id, :semantic_version) SENSITIVE = [] include Aws::Structure end |
#semantic_version ⇒ String
The semantic version of the nested application.
144 145 146 147 148 149 |
# File 'lib/aws-sdk-serverlessapplicationrepository/types.rb', line 144 class ApplicationDependencySummary < Struct.new( :application_id, :semantic_version) SENSITIVE = [] include Aws::Structure end |