Class: Aws::Amplify::Types::GetAppResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetAppResult
- Includes:
- Structure
- Defined in:
- 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.
1595 1596 1597 1598 1599 |
# File 'lib/aws-sdk-amplify/types.rb', line 1595 class GetAppResult < Struct.new( :app) SENSITIVE = [] include Aws::Structure end |