Class: Aws::Types::DescribeLocalGatewaysResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLocalGatewaysResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#local_gateways ⇒ ::Array[Types::LocalGateway]
Returns the value of attribute local_gateways.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#local_gateways ⇒ ::Array[Types::LocalGateway]
Returns the value of attribute local_gateways.
6500 6501 6502 |
# File 'sig/types.rbs', line 6500 def local_gateways @local_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6501 6502 6503 |
# File 'sig/types.rbs', line 6501 def next_token @next_token end |