Class: Aws::EMRServerless::Types::StartApplicationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The ID of the application to start.

Returns:

  • (String)


1264
1265
1266
1267
1268
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1264

class StartApplicationRequest < Struct.new(
  :application_id)
  SENSITIVE = []
  include Aws::Structure
end