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.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def client_token @client_token end |
#nat_gateway ⇒ Types::NatGateway
Returns the value of attribute nat_gateway.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def nat_gateway @nat_gateway end |