Class: Aws::AppFabric::Types::DeleteAppBundleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppFabric::Types::DeleteAppBundleRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_bundle_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.
Instance Attribute Details
#app_bundle_identifier ⇒ String
The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.
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 |