Class: Aws::Types::ListNetworksResult
- Inherits:
-
Object
- Object
- Aws::Types::ListNetworksResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#networks ⇒ ::Array[Types::DescribeNetworkSummary]
Returns the value of attribute networks.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#networks ⇒ ::Array[Types::DescribeNetworkSummary]
Returns the value of attribute networks.
5322 5323 5324 |
# File 'sig/types.rbs', line 5322 def networks @networks end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5323 5324 5325 |
# File 'sig/types.rbs', line 5323 def next_token @next_token end |