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.
6683 6684 6685 |
# File 'sig/types.rbs', line 6683 def local_gateways @local_gateways end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6684 6685 6686 |
# File 'sig/types.rbs', line 6684 def next_token @next_token end |