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.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def client_token @client_token end |
#egress_only_internet_gateway ⇒ Types::EgressOnlyInternetGateway
Returns the value of attribute egress_only_internet_gateway.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def egress_only_internet_gateway @egress_only_internet_gateway end |