Class: Aws::Types::ListSubPackageGroupsResult
- Inherits:
-
Object
- Object
- Aws::Types::ListSubPackageGroupsResult
- 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.
643 644 645 |
# File 'sig/types.rbs', line 643 def next_token @next_token end |
#package_groups ⇒ ::Array[Types::PackageGroupSummary]
Returns the value of attribute package_groups.
642 643 644 |
# File 'sig/types.rbs', line 642 def package_groups @package_groups end |