Class: Aws::Types::ListUpdatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListUpdatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#update_ids ⇒ ::Array[::String]
Returns the value of attribute update_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def next_token @next_token end |
#update_ids ⇒ ::Array[::String]
Returns the value of attribute update_ids.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def update_ids @update_ids end |