Class: Aws::OpsWorks::Types::DeleteAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorks::Types::DeleteAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The app ID.
Instance Attribute Details
#app_id ⇒ String
The app ID.
1952 1953 1954 1955 1956 |
# File 'lib/aws-sdk-opsworks/types.rb', line 1952 class DeleteAppRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |