Class: Aws::Types::History
- Inherits:
-
Object
- Object
- Aws::Types::History
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::HistoryEvent]
Returns the value of attribute events.
-
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
Instance Attribute Details
#events ⇒ ::Array[Types::HistoryEvent]
Returns the value of attribute events.
454 455 456 |
# File 'sig/types.rbs', line 454 def events @events end |
#next_page_token ⇒ ::String
Returns the value of attribute next_page_token.
455 456 457 |
# File 'sig/types.rbs', line 455 def next_page_token @next_page_token end |