Class: Aws::Types::ListModelPackageGroupsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListModelPackageGroupsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model_package_group_summary_list ⇒ ::Array[Types::ModelPackageGroupSummary]
Returns the value of attribute model_package_group_summary_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#model_package_group_summary_list ⇒ ::Array[Types::ModelPackageGroupSummary]
Returns the value of attribute model_package_group_summary_list.
8065 8066 8067 |
# File 'sig/types.rbs', line 8065 def model_package_group_summary_list @model_package_group_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8066 8067 8068 |
# File 'sig/types.rbs', line 8066 def next_token @next_token end |