Class: Aws::Types::DeleteNetworkRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteNetworkRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
287 288 289 |
# File 'sig/types.rbs', line 287 def client_token @client_token end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
286 287 288 |
# File 'sig/types.rbs', line 286 def network_id @network_id end |