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

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_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 'gems/aws-sdk-appfabric/lib/aws-sdk-appfabric/types.rb', line 753

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