Class: Aws::AppFabric::Types::AppBundleSummary

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

Overview

Contains a summary of an app bundle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the app bundle.

Returns:

  • (String)


208
209
210
211
212
# File 'lib/aws-sdk-appfabric/types.rb', line 208

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