Class: Aws::Types::DeleteRouterNetworkInterfaceResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRouterNetworkInterfaceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
507 508 509 |
# File 'sig/types.rbs', line 507 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
508 509 510 |
# File 'sig/types.rbs', line 508 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
509 510 511 |
# File 'sig/types.rbs', line 509 def state @state end |