Class: Aws::EMRServerless::Types::GetApplicationResponse

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

#applicationTypes::Application

The output displays information about the specified application.

Returns:



546
547
548
549
550
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 546

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