Class: Aws::Types::ListModelPackageGroupsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#model_package_group_summary_list::Array[Types::ModelPackageGroupSummary]

Returns the value of attribute model_package_group_summary_list.

Returns:



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.

Returns:

  • (::String)


8066
8067
8068
# File 'sig/types.rbs', line 8066

def next_token
  @next_token
end