Class: Aws::AppConfig::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::DeleteApplicationRequest
- Defined in:
- gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb
Overview
Note:
When making an API call, you may pass DeleteApplicationRequest data as a hash:
{
application_id: "Id", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application to delete.
Instance Attribute Details
#application_id ⇒ String
The ID of the application to delete.
614 615 616 617 618 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 614 class DeleteApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |