Class: Aws::AmplifyUIBuilder::Types::GetFormRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::GetFormRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of the Amplify app.
-
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
-
#id ⇒ String
The unique ID of the form.
Instance Attribute Details
#app_id ⇒ String
The unique ID of the Amplify app.
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2268 class GetFormRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the backend environment that is part of the Amplify app.
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2268 class GetFormRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique ID of the form.
2268 2269 2270 2271 2272 2273 2274 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2268 class GetFormRequest < Struct.new( :app_id, :environment_name, :id) SENSITIVE = [] include Aws::Structure end |