Class: Aws::AppFabric::Types::AppBundleSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::AppBundleSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Contains a summary of an app bundle.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the app bundle.
208 209 210 211 212 |
# File 'lib/aws-sdk-appfabric/types.rb', line 208 class AppBundleSummary < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |