Class: Aws::Types::ListPackageGroupsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



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.

Returns:



506
507
508
# File 'sig/types.rbs', line 506

def package_groups
  @package_groups
end