Class: Aws::Amplify::Types::CreateAppResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::CreateAppResult
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app ⇒ Types::App
Represents the different branches of a repository for building, deploying, and hosting an Amplify app.
Instance Attribute Details
#app ⇒ Types::App
Represents the different branches of a repository for building, deploying, and hosting an Amplify app.
822 823 824 825 826 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 822 class CreateAppResult < Struct.new( :app) SENSITIVE = [] include Aws::Structure end |