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.
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 |