Class: Aws::Amplify::Types::DeleteAppResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-amplify/types.rb

Overview

The result structure for the delete app request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#appTypes::App

Represents the different branches of a repository for building, deploying, and hosting an Amplify app.

Returns:



1149
1150
1151
1152
1153
# File 'lib/aws-sdk-amplify/types.rb', line 1149

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