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.
13465 13466 13467 |
# File 'sig/types.rbs', line 13465 def images @images end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
13466 13467 13468 |
# File 'sig/types.rbs', line 13466 def next_token @next_token end |