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.
5840 5841 5842 |
# File 'sig/types.rbs', line 5840 def egress_only_internet_gateways @egress_only_internet_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5841 5842 5843 |
# File 'sig/types.rbs', line 5841 def next_token @next_token end |