Class: Aws::Types::RepositoryAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#repositories::Array[Types::StringFilter]

Returns the value of attribute repositories.

Returns:



2361
2362
2363
# File 'sig/types.rbs', line 2361

def repositories
  @repositories
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

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


2363
2364
2365
# File 'sig/types.rbs', line 2363

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


2362
2363
2364
# File 'sig/types.rbs', line 2362

def sort_order
  @sort_order
end