Class: Aws::AppFabric::Types::DeleteAppBundleRequest

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_bundle_identifierString

The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.

Returns:

  • (String)


753
754
755
756
757
# File 'lib/aws-sdk-appfabric/types.rb', line 753

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