Class: Aws::Amplify::Types::UpdateAppResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::UpdateAppResult
- Defined in:
- gems/aws-sdk-amplify/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.
2827 2828 2829 2830 2831 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2827 class UpdateAppResult < Struct.new( :app) SENSITIVE = [] include Aws::Structure end |