Class: Aws::Types::ListSolNetworkOperationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListSolNetworkOperationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#network_operations ⇒ ::Array[Types::ListSolNetworkOperationsInfo]
Returns the value of attribute network_operations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#network_operations ⇒ ::Array[Types::ListSolNetworkOperationsInfo]
Returns the value of attribute network_operations.
458 459 460 |
# File 'sig/types.rbs', line 458 def network_operations @network_operations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
459 460 461 |
# File 'sig/types.rbs', line 459 def next_token @next_token end |