Class: Aws::Types::ListSolNetworkOperationsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSolNetworkOperationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
443 444 445 |
# File 'sig/types.rbs', line 443 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
444 445 446 |
# File 'sig/types.rbs', line 444 def next_token @next_token end |
#ns_instance_id ⇒ ::String
Returns the value of attribute ns_instance_id.
445 446 447 |
# File 'sig/types.rbs', line 445 def ns_instance_id @ns_instance_id end |