Class: Aws::Types::DeleteSecondaryNetworkResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecondaryNetworkResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#secondary_network ⇒ Types::SecondaryNetwork
Returns the value of attribute secondary_network.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
4683 4684 4685 |
# File 'sig/types.rbs', line 4683 def client_token @client_token end |
#secondary_network ⇒ Types::SecondaryNetwork
Returns the value of attribute secondary_network.
4682 4683 4684 |
# File 'sig/types.rbs', line 4682 def secondary_network @secondary_network end |