Class: Aws::Types::ListMicrovmImagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListMicrovmImagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name_filter ⇒ ::String
Returns the value of attribute name_filter.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
313 314 315 |
# File 'sig/types.rbs', line 313 def max_results @max_results end |
#name_filter ⇒ ::String
Returns the value of attribute name_filter.
315 316 317 |
# File 'sig/types.rbs', line 315 def name_filter @name_filter end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
314 315 316 |
# File 'sig/types.rbs', line 314 def next_token @next_token end |