Class: Aws::Types::CreateBackendConfigRespObj
- Inherits:
-
Object
- Object
- Aws::Types::CreateBackendConfigRespObj
- 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.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
300 301 302 |
# File 'sig/types.rbs', line 300 def app_id @app_id end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
301 302 303 |
# File 'sig/types.rbs', line 301 def backend_environment_name @backend_environment_name end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
302 303 304 |
# File 'sig/types.rbs', line 302 def job_id @job_id end |
#status ⇒ ::String
Returns the value of attribute status.
303 304 305 |
# File 'sig/types.rbs', line 303 def status @status end |