Class: Aws::AmplifyBackend::Types::GetBackendReqObj
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::GetBackendReqObj
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
The request object for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backend_environment_name ⇒ String
The name of the backend environment.
Instance Attribute Details
#backend_environment_name ⇒ String
The name of the backend environment.
2061 2062 2063 2064 2065 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2061 class GetBackendReqObj < Struct.new( :backend_environment_name) SENSITIVE = [] include Aws::Structure end |