Class: Aws::Types::DeleteSecondarySubnetResult
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSecondarySubnetResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#secondary_subnet ⇒ Types::SecondarySubnet
Returns the value of attribute secondary_subnet.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
4560 4561 4562 |
# File 'sig/types.rbs', line 4560 def client_token @client_token end |
#secondary_subnet ⇒ Types::SecondarySubnet
Returns the value of attribute secondary_subnet.
4559 4560 4561 |
# File 'sig/types.rbs', line 4559 def secondary_subnet @secondary_subnet end |