Class: Aws::Types::CodeRepositoryAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#project_names::Array[Types::StringFilter]

Returns the value of attribute project_names.

Returns:



658
659
660
# File 'sig/types.rbs', line 658

def project_names
  @project_names
end

#provider_types::Array[Types::StringFilter]

Returns the value of attribute provider_types.

Returns:



659
660
661
# File 'sig/types.rbs', line 659

def provider_types
  @provider_types
end

#resource_ids::Array[Types::StringFilter]

Returns the value of attribute resource_ids.

Returns:



662
663
664
# File 'sig/types.rbs', line 662

def resource_ids
  @resource_ids
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

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


661
662
663
# File 'sig/types.rbs', line 661

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


660
661
662
# File 'sig/types.rbs', line 660

def sort_order
  @sort_order
end