Class: Aws::Types::CreateNatGatewayResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateNatGatewayResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#nat_gateway ⇒ Types::NatGateway
Returns the value of attribute nat_gateway.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2978 2979 2980 |
# File 'sig/types.rbs', line 2978 def client_token @client_token end |
#nat_gateway ⇒ Types::NatGateway
Returns the value of attribute nat_gateway.
2979 2980 2981 |
# File 'sig/types.rbs', line 2979 def nat_gateway @nat_gateway end |