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.
2559 2560 2561 2562 2563 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 2559 class UpdateApplicationResponse < Struct.new( :application) SENSITIVE = [] include Aws::Structure end |