Class: Aws::EMRServerless::Types::UpdateApplicationResponse

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

#applicationTypes::Application

Information about the updated application.

Returns:



1867
1868
1869
1870
1871
# File 'lib/aws-sdk-emrserverless/types.rb', line 1867

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