Class: Aws::Types::ListImagesInRecycleBinResult
- Inherits:
-
Object
- Object
- Aws::Types::ListImagesInRecycleBinResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#images ⇒ ::Array[Types::ImageRecycleBinInfo]
Returns the value of attribute images.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#images ⇒ ::Array[Types::ImageRecycleBinInfo]
Returns the value of attribute images.
13144 13145 13146 |
# File 'sig/types.rbs', line 13144 def images @images end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
13145 13146 13147 |
# File 'sig/types.rbs', line 13145 def next_token @next_token end |