Class: Aws::Amplify::Types::GetBackendEnvironmentResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#backend_environmentTypes::BackendEnvironment

Describes the backend environment for an Amplify app.



1672
1673
1674
1675
1676
# File 'lib/aws-sdk-amplify/types.rb', line 1672

class GetBackendEnvironmentResult < Struct.new(
  :backend_environment)
  SENSITIVE = []
  include Aws::Structure
end