Class: Aws::Amplify::Types::GetAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetAppRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the get app request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID for an Amplify app.
Instance Attribute Details
#app_id ⇒ String
The unique ID for an Amplify app.
1582 1583 1584 1585 1586 |
# File 'lib/aws-sdk-amplify/types.rb', line 1582 class GetAppRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |