Class: Aws::EMRServerless::Types::DeleteApplicationRequest

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 that will be deleted.

Returns:

  • (String)


518
519
520
521
522
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 518

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