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.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def next_token @next_token end |
#update_ids ⇒ ::Array[::String]
Returns the value of attribute update_ids.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def update_ids @update_ids end |