Class: Aws::Types::ListManagedMicrovmImagesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedMicrovmImagesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ManagedMicrovmImageSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ManagedMicrovmImageSummary]
Returns the value of attribute items.
278 279 280 |
# File 'sig/types.rbs', line 278 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
277 278 279 |
# File 'sig/types.rbs', line 277 def next_token @next_token end |