Class: Aws::AppFabric::Types::CreateAppBundleResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_bundleTypes::AppBundle

Contains information about an app bundle.

Returns:



523
524
525
526
527
# File 'lib/aws-sdk-appfabric/types.rb', line 523

class CreateAppBundleResponse < Struct.new(
  :app_bundle)
  SENSITIVE = []
  include Aws::Structure
end