Class: Aws::Amplify::Types::UpdateAppResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#appTypes::App

Represents the updated Amplify app.

Returns:



2854
2855
2856
2857
2858
# File 'lib/aws-sdk-amplify/types.rb', line 2854

class UpdateAppResult < Struct.new(
  :app)
  SENSITIVE = []
  include Aws::Structure
end