Class: Aws::Types::GetPackageVersionHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPackageVersionHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
-
#package_version_history_list ⇒ ::Array[Types::PackageVersionHistory]
Returns the value of attribute package_version_history_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1372 1373 1374 |
# File 'sig/types.rbs', line 1372 def next_token @next_token end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def package_id @package_id end |
#package_version_history_list ⇒ ::Array[Types::PackageVersionHistory]
Returns the value of attribute package_version_history_list.
1371 1372 1373 |
# File 'sig/types.rbs', line 1371 def package_version_history_list @package_version_history_list end |