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:



741
742
743
744
745
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 741

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