Class: Aws::EMRServerless::Types::StopApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::StopApplicationRequest
- 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 to stop.
Instance Attribute Details
#application_id ⇒ String
The ID of the application to stop.
1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1666 class StopApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |