Class: Aws::Types::LambdaLayerAggregation
- Inherits:
-
Object
- Object
- Aws::Types::LambdaLayerAggregation
- 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.
-
#layer_arns ⇒ ::Array[Types::StringFilter]
Returns the value of attribute layer_arns.
-
#resource_ids ⇒ ::Array[Types::StringFilter]
Returns the value of attribute resource_ids.
-
#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.
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.
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.
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.
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.
1884 1885 1886 |
# File 'sig/types.rbs', line 1884 def sort_order @sort_order end |