Class: Aws::Types::DeleteServiceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
438 439 440 |
# File 'sig/types.rbs', line 438 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
437 438 439 |
# File 'sig/types.rbs', line 437 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
439 440 441 |
# File 'sig/types.rbs', line 439 def name @name end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
440 441 442 |
# File 'sig/types.rbs', line 440 def status @status end |