Class: Aws::Types::PackageAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#package_names::Array[Types::StringFilter]

Returns the value of attribute package_names.

Returns:



2240
2241
2242
# File 'sig/types.rbs', line 2240

def package_names
  @package_names
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

  • ("CRITICAL", "HIGH", "ALL")


2242
2243
2244
# File 'sig/types.rbs', line 2242

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


2241
2242
2243
# File 'sig/types.rbs', line 2241

def sort_order
  @sort_order
end