Class: Aws::Types::LambdaFunctionAggregation
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionAggregation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#function_names ⇒ ::Array[Types::StringFilter]
Returns the value of attribute function_names.
-
#function_tags ⇒ ::Array[Types::MapFilter]
Returns the value of attribute function_tags.
-
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
-
#runtimes ⇒ ::Array[Types::StringFilter]
Returns the value of attribute runtimes.
-
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#function_names ⇒ ::Array[Types::StringFilter]
Returns the value of attribute function_names.
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.
1855 1856 1857 |
# File 'sig/types.rbs', line 1855 def @function_tags end |
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
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.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def runtimes @runtimes end |
#sort_by ⇒ "CRITICAL", ...
Returns the value of attribute sort_by.
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.
1856 1857 1858 |
# File 'sig/types.rbs', line 1856 def sort_order @sort_order end |