Class: Aws::Types::ListImageVersionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListImageVersionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_versions ⇒ ::Array[Types::ImageVersion]
Returns the value of attribute image_versions.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#image_versions ⇒ ::Array[Types::ImageVersion]
Returns the value of attribute image_versions.
7717 7718 7719 |
# File 'sig/types.rbs', line 7717 def image_versions @image_versions end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7718 7719 7720 |
# File 'sig/types.rbs', line 7718 def next_token @next_token end |