Class: Aws::EMRServerless::Types::StopApplicationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EMRServerless::Types::StopApplicationRequest
 
- Defined in:
- gems/aws-sdk-emrserverless/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.
| 1782 1783 1784 1785 1786 | # File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1782 class StopApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |