Class: Aws::Types::ListNetworksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListNetworksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#networks ⇒ ::Array[Types::Network]
Returns the value of attribute networks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#networks ⇒ ::Array[Types::Network]
Returns the value of attribute networks.
580 581 582 |
# File 'sig/types.rbs', line 580 def networks @networks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
581 582 583 |
# File 'sig/types.rbs', line 581 def next_token @next_token end |