Class: Aws::Types::CloneBackendRequest
- Inherits:
-
Object
- Object
- Aws::Types::CloneBackendRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
-
#target_environment_name ⇒ ::String
Returns the value of attribute target_environment_name.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
150 151 152 |
# File 'sig/types.rbs', line 150 def app_id @app_id end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
151 152 153 |
# File 'sig/types.rbs', line 151 def backend_environment_name @backend_environment_name end |
#target_environment_name ⇒ ::String
Returns the value of attribute target_environment_name.
152 153 154 |
# File 'sig/types.rbs', line 152 def target_environment_name @target_environment_name end |