Class: Aws::EMRServerless::Types::DeleteApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::DeleteApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application that will be deleted.
Instance Attribute Details
#application_id ⇒ String
The ID of the application that will be deleted.
542 543 544 545 546 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 542 class DeleteApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |