Class: Aws::Types::DescribeImagesResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeImagesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_details ⇒ ::Array[Types::ImageDetail]
Returns the value of attribute image_details.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#image_details ⇒ ::Array[Types::ImageDetail]
Returns the value of attribute image_details.
352 353 354 |
# File 'sig/types.rbs', line 352 def image_details @image_details end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
353 354 355 |
# File 'sig/types.rbs', line 353 def next_token @next_token end |