Class: Aws::Types::LambdaLayerAggregation

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:



1881
1882
1883
# File 'sig/types.rbs', line 1881

def function_names
  @function_names
end

#layer_arns::Array[Types::StringFilter]

Returns the value of attribute layer_arns.

Returns:



1883
1884
1885
# File 'sig/types.rbs', line 1883

def layer_arns
  @layer_arns
end

#resource_ids::Array[Types::StringFilter]

Returns the value of attribute resource_ids.

Returns:



1882
1883
1884
# File 'sig/types.rbs', line 1882

def resource_ids
  @resource_ids
end

#sort_by"CRITICAL", ...

Returns the value of attribute sort_by.

Returns:

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


1885
1886
1887
# File 'sig/types.rbs', line 1885

def sort_by
  @sort_by
end

#sort_order"ASC", "DESC"

Returns the value of attribute sort_order.

Returns:

  • ("ASC", "DESC")


1884
1885
1886
# File 'sig/types.rbs', line 1884

def sort_order
  @sort_order
end