Class: Aws::Amplify::Types::UpdateAppResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UpdateAppResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for an Amplify app update request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ Types::App
Represents the updated Amplify app.
Instance Attribute Details
#app ⇒ Types::App
Represents the updated Amplify app.
2854 2855 2856 2857 2858 |
# File 'lib/aws-sdk-amplify/types.rb', line 2854 class UpdateAppResult < Struct.new( :app) SENSITIVE = [] include Aws::Structure end |