Class: Aws::EMRServerless::Types::UpdateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::UpdateApplicationResponse
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-emrserverless/types.rb', line 1867 class UpdateApplicationResponse < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |