Class: Aws::Types::ListManagedMicrovmImageVersionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedMicrovmImageVersionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
260 261 262 |
# File 'sig/types.rbs', line 260 def image_identifier @image_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
258 259 260 |
# File 'sig/types.rbs', line 258 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
259 260 261 |
# File 'sig/types.rbs', line 259 def next_token @next_token end |