Class: Aws::EMRServerless::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::UpdateApplicationResponse
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ Types::Application
Information about the updated application.
Instance Attribute Details
#application ⇒ Types::Application
Information about the updated application.
1867 1868 1869 1870 1871 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 1867 class UpdateApplicationResponse < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |