Class: Aws::AppFabric::Types::GetAppBundleResponse

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:



933
934
935
936
937
# File 'lib/aws-sdk-appfabric/types.rb', line 933

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