Class: Aws::Types::ListMicrovmImageVersionsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListMicrovmImageVersionsInput
- 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.
302 303 304 |
# File 'sig/types.rbs', line 302 def image_identifier @image_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
300 301 302 |
# File 'sig/types.rbs', line 300 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
301 302 303 |
# File 'sig/types.rbs', line 301 def next_token @next_token end |