Class: Aws::Amplify::Types::DeleteBackendEnvironmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::DeleteBackendEnvironmentResult
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
The result structure of the delete backend environment result.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_environment ⇒ Types::BackendEnvironment
Describes the backend environment for an Amplify app.
Instance Attribute Details
#backend_environment ⇒ Types::BackendEnvironment
Describes the backend environment for an Amplify app.
1260 1261 1262 1263 1264 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 1260 class DeleteBackendEnvironmentResult < Struct.new( :backend_environment) SENSITIVE = [] include Aws::Structure end |