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.
1385 1386 1387 |
# File 'sig/types.rbs', line 1385 def next_token @next_token end |
#upgrade_histories ⇒ ::Array[Types::UpgradeHistory]
Returns the value of attribute upgrade_histories.
1384 1385 1386 |
# File 'sig/types.rbs', line 1384 def upgrade_histories @upgrade_histories end |