Class: Aws::Types::LifecyclePolicyResourceSelection
- Inherits:
-
Object
- Object
- Aws::Types::LifecyclePolicyResourceSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recipes ⇒ ::Array[Types::LifecyclePolicyResourceSelectionRecipe]
Returns the value of attribute recipes.
-
#tag_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_map.
Instance Attribute Details
#recipes ⇒ ::Array[Types::LifecyclePolicyResourceSelectionRecipe]
Returns the value of attribute recipes.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def recipes @recipes end |
#tag_map ⇒ ::Hash[::String, ::String]
Returns the value of attribute tag_map.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def tag_map @tag_map end |