Class: Aws::EMRServerless::Types::GetApplicationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 described.

Returns:

  • (String)


558
559
560
561
562
# File 'lib/aws-sdk-emrserverless/types.rb', line 558

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