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

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:



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

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