Class: Aws::Types::DeleteTargetGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTargetGroupResponse
- 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.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
451 452 453 |
# File 'sig/types.rbs', line 451 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
450 451 452 |
# File 'sig/types.rbs', line 450 def id @id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
452 453 454 |
# File 'sig/types.rbs', line 452 def status @status end |