Class: Aws::EMRServerless::Types::StartApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::StartApplicationRequest
- 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 start.
Instance Attribute Details
#application_id ⇒ String
The ID of the application to start.
1565 1566 1567 1568 1569 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1565 class StartApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |