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

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

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