Class: Aws::Types::RemoveAllBackendsResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveAllBackendsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_id ⇒ ::String
Returns the value of attribute app_id.
-
#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.
855 856 857 |
# File 'sig/types.rbs', line 855 def app_id @app_id end |
#error ⇒ ::String
Returns the value of attribute error.
856 857 858 |
# File 'sig/types.rbs', line 856 def error @error end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
857 858 859 |
# File 'sig/types.rbs', line 857 def job_id @job_id end |
#operation ⇒ ::String
Returns the value of attribute operation.
858 859 860 |
# File 'sig/types.rbs', line 858 def operation @operation end |
#status ⇒ ::String
Returns the value of attribute status.
859 860 861 |
# File 'sig/types.rbs', line 859 def status @status end |