Class: Aws::Amplify::Types::GetBackendEnvironmentResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::GetBackendEnvironmentResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
The result structure for the get 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.
1661 1662 1663 1664 1665 |
# File 'lib/aws-sdk-amplify/types.rb', line 1661 class GetBackendEnvironmentResult < Struct.new( :backend_environment) SENSITIVE = [] include Aws::Structure end |