Class: Aws::AppFabric::Types::CreateAppBundleResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::CreateAppBundleResponse
- Defined in:
- gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_bundle ⇒ Types::AppBundle
Contains information about an app bundle.
Instance Attribute Details
#app_bundle ⇒ Types::AppBundle
Contains information about an app bundle.
523 524 525 526 527 |
# File 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 523 class CreateAppBundleResponse < Struct.new( :app_bundle) SENSITIVE = [] include Aws::Structure end |