Class: Aws::Types::ListPackageGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListPackageGroupsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#package_groups ⇒ ::Array[Types::PackageGroupSummary]
Returns the value of attribute package_groups.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
507 508 509 |
# File 'sig/types.rbs', line 507 def next_token @next_token end |
#package_groups ⇒ ::Array[Types::PackageGroupSummary]
Returns the value of attribute package_groups.
506 507 508 |
# File 'sig/types.rbs', line 506 def package_groups @package_groups end |