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.
1976 1977 1978 1979 1980 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1976 class UpdateApplicationResponse < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |