Class: Aws::Amplify::Types::CreateAppResult

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

Overview

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:



811
812
813
814
815
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 811

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