Class: Aws::Amplify::Types::GetAppResult

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:



1517
1518
1519
1520
1521
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1517

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