Class: Aws::Types::DeleteServiceNetworkResourceAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceNetworkResourceAssociationResponse
- 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.
399 400 401 |
# File 'sig/types.rbs', line 399 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
398 399 400 |
# File 'sig/types.rbs', line 398 def id @id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
400 401 402 |
# File 'sig/types.rbs', line 400 def status @status end |