Class: Aws::Types::RemoveAllBackendsRespObj
- Inherits:
-
Object
- Object
- Aws::Types::RemoveAllBackendsRespObj
- 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.
846 847 848 |
# File 'sig/types.rbs', line 846 def app_id @app_id end |
#error ⇒ ::String
Returns the value of attribute error.
847 848 849 |
# File 'sig/types.rbs', line 847 def error @error end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
848 849 850 |
# File 'sig/types.rbs', line 848 def job_id @job_id end |
#operation ⇒ ::String
Returns the value of attribute operation.
849 850 851 |
# File 'sig/types.rbs', line 849 def operation @operation end |
#status ⇒ ::String
Returns the value of attribute status.
850 851 852 |
# File 'sig/types.rbs', line 850 def status @status end |