Class: Aws::Types::CreateEgressOnlyInternetGatewayResult
- Inherits:
-
Object
- Object
- Aws::Types::CreateEgressOnlyInternetGatewayResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#egress_only_internet_gateway ⇒ Types::EgressOnlyInternetGateway
Returns the value of attribute egress_only_internet_gateway.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def client_token @client_token end |
#egress_only_internet_gateway ⇒ Types::EgressOnlyInternetGateway
Returns the value of attribute egress_only_internet_gateway.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def egress_only_internet_gateway @egress_only_internet_gateway end |