Class: Aws::Types::ListCompatibleImagesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListCompatibleImagesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#compatible_images ⇒ ::Array[Types::CompatibleImage]
Returns the value of attribute compatible_images.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#compatible_images ⇒ ::Array[Types::CompatibleImage]
Returns the value of attribute compatible_images.
447 448 449 |
# File 'sig/types.rbs', line 447 def compatible_images @compatible_images end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
448 449 450 |
# File 'sig/types.rbs', line 448 def next_token @next_token end |