Class: Aws::Types::DescribeInternetGatewaysResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInternetGatewaysResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#internet_gateways ⇒ ::Array[Types::InternetGateway]
Returns the value of attribute internet_gateways.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#internet_gateways ⇒ ::Array[Types::InternetGateway]
Returns the value of attribute internet_gateways.
6179 6180 6181 |
# File 'sig/types.rbs', line 6179 def internet_gateways @internet_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6180 6181 6182 |
# File 'sig/types.rbs', line 6180 def next_token @next_token end |