Class: Aws::Types::LambdaFunctionAggregation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_names::Array[Types::StringFilter]

Returns the value of attribute function_names.

Returns:



1853
1854
1855
# File 'sig/types.rbs', line 1853

def function_names
  @function_names
end

#function_tags::Array[Types::MapFilter]

Returns the value of attribute function_tags.

Returns:



1855
1856
1857
# File 'sig/types.rbs', line 1855

def function_tags
  @function_tags
end

#resource_ids::Array[Types::StringFilter]

Returns the value of attribute resource_ids.

Returns:



1852
1853
1854
# File 'sig/types.rbs', line 1852

def resource_ids
  @resource_ids
end

#runtimes::Array[Types::StringFilter]

Returns the value of attribute runtimes.

Returns:



1854
1855
1856
# File 'sig/types.rbs', line 1854

def runtimes
  @runtimes
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

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


1857
1858
1859
# File 'sig/types.rbs', line 1857

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1856
1857
1858
# File 'sig/types.rbs', line 1856

def sort_order
  @sort_order
end