Class: Aws::Types::ListSystemVersionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListSystemVersionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#shape ⇒ ::String
Returns the value of attribute shape.
Instance Attribute Details
#gi_version ⇒ ::String
Returns the value of attribute gi_version.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def gi_version @gi_version end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def next_token @next_token end |
#shape ⇒ ::String
Returns the value of attribute shape.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def shape @shape end |