Class: Aws::Types::ListSolNetworkInstancesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSolNetworkInstancesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_instances ⇒ ::Array[Types::ListSolNetworkInstanceInfo]
Returns the value of attribute network_instances.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_instances ⇒ ::Array[Types::ListSolNetworkInstanceInfo]
Returns the value of attribute network_instances.
425 426 427 |
# File 'sig/types.rbs', line 425 def network_instances @network_instances end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
426 427 428 |
# File 'sig/types.rbs', line 426 def next_token @next_token end |