Class: Aws::Amplify::Types::GetAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetAppRequest
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
Note:
When making an API call, you may pass GetAppRequest data as a hash:
{
app_id: "AppId", # required
}
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.
1519 1520 1521 1522 1523 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1519 class GetAppRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |