Class: Aws::AppRegistry::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::DeleteApplicationRequest
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name, ID, or ARN of the application.
Instance Attribute Details
#application ⇒ String
The name, ID, or ARN of the application.
501 502 503 504 505 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 501 class DeleteApplicationRequest < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |