Class: Aws::Amplify::Types::DeleteBackendEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DeleteBackendEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The request structure for the delete backend environment request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The unique ID of an Amplify app.
-
#environment_name ⇒ String
The name of a backend environment of an Amplify app.
Instance Attribute Details
#app_id ⇒ String
The unique ID of an Amplify app.
1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-amplify/types.rb', line 1245 class DeleteBackendEnvironmentRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of a backend environment of an Amplify app.
1245 1246 1247 1248 1249 1250 |
# File 'lib/aws-sdk-amplify/types.rb', line 1245 class DeleteBackendEnvironmentRequest < Struct.new( :app_id, :environment_name) SENSITIVE = [] include Aws::Structure end |