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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appfabric/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 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 523

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