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.
8080 8081 8082 |
# File 'sig/types.rbs', line 8080 def model_package_group_summary_list @model_package_group_summary_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8081 8082 8083 |
# File 'sig/types.rbs', line 8081 def next_token @next_token end |