Class: Aws::Types::GetUpgradeHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetUpgradeHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#upgrade_histories ⇒ ::Array[Types::UpgradeHistory]
Returns the value of attribute upgrade_histories.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
779 780 781 |
# File 'sig/types.rbs', line 779 def next_token @next_token end |
#upgrade_histories ⇒ ::Array[Types::UpgradeHistory]
Returns the value of attribute upgrade_histories.
778 779 780 |
# File 'sig/types.rbs', line 778 def upgrade_histories @upgrade_histories end |