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
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.
829 830 831 832 833 |
# File 'gems/aws-sdk-appconfig/lib/aws-sdk-appconfig/types.rb', line 829 class DeleteApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |