Class: Aws::Types::DescribeEgressOnlyInternetGatewaysResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEgressOnlyInternetGatewaysResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#egress_only_internet_gateways ⇒ ::Array[Types::EgressOnlyInternetGateway]
Returns the value of attribute egress_only_internet_gateways.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#egress_only_internet_gateways ⇒ ::Array[Types::EgressOnlyInternetGateway]
Returns the value of attribute egress_only_internet_gateways.
5765 5766 5767 |
# File 'sig/types.rbs', line 5765 def egress_only_internet_gateways @egress_only_internet_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5766 5767 5768 |
# File 'sig/types.rbs', line 5766 def next_token @next_token end |