Class: Aws::Types::BackendAPIRespObj
- Inherits:
-
Object
- Object
- Aws::Types::BackendAPIRespObj
- 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.
-
#error ⇒ ::String
Returns the value of attribute error.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#operation ⇒ ::String
Returns the value of attribute operation.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#app_id ⇒ ::String
Returns the value of attribute app_id.
66 67 68 |
# File 'sig/types.rbs', line 66 def app_id @app_id end |
#backend_environment_name ⇒ ::String
Returns the value of attribute backend_environment_name.
67 68 69 |
# File 'sig/types.rbs', line 67 def backend_environment_name @backend_environment_name end |
#error ⇒ ::String
Returns the value of attribute error.
68 69 70 |
# File 'sig/types.rbs', line 68 def error @error end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def job_id @job_id end |
#operation ⇒ ::String
Returns the value of attribute operation.
70 71 72 |
# File 'sig/types.rbs', line 70 def operation @operation end |
#status ⇒ ::String
Returns the value of attribute status.
71 72 73 |
# File 'sig/types.rbs', line 71 def status @status end |