Class: Aws::Types::DescribeImageReferencesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImageReferencesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_references ⇒ ::Array[Types::ImageReference]
Returns the value of attribute image_references.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#image_references ⇒ ::Array[Types::ImageReference]
Returns the value of attribute image_references.
5895 5896 5897 |
# File 'sig/types.rbs', line 5895 def image_references @image_references end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5894 5895 5896 |
# File 'sig/types.rbs', line 5894 def next_token @next_token end |