Class: Aws::Types::GetImagesOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetImagesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#images ⇒ ::Array[Types::Image]
Returns the value of attribute images.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#images ⇒ ::Array[Types::Image]
Returns the value of attribute images.
120 121 122 |
# File 'sig/types.rbs', line 120 def images @images end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
121 122 123 |
# File 'sig/types.rbs', line 121 def next_token @next_token end |