Class: Aws::Types::DeleteServiceNetworkVpcAssociationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteServiceNetworkVpcAssociationResponse
- 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.
427 428 429 |
# File 'sig/types.rbs', line 427 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
425 426 427 |
# File 'sig/types.rbs', line 425 def id @id end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
426 427 428 |
# File 'sig/types.rbs', line 426 def status @status end |