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

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 described.

Returns:

  • (String)


534
535
536
537
538
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 534

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