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.
5582 5583 5584 |
# File 'sig/types.rbs', line 5582 def egress_only_internet_gateways @egress_only_internet_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5583 5584 5585 |
# File 'sig/types.rbs', line 5583 def next_token @next_token end |