Class: Aws::Types::ResourceSelection
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSelection
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
-
#tiering_down_settings_in_days ⇒ ::Integer
Returns the value of attribute tiering_down_settings_in_days.
Instance Attribute Details
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def resource_type @resource_type end |
#resources ⇒ ::Array[::String]
Returns the value of attribute resources.
1894 1895 1896 |
# File 'sig/types.rbs', line 1894 def resources @resources end |
#tiering_down_settings_in_days ⇒ ::Integer
Returns the value of attribute tiering_down_settings_in_days.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def tiering_down_settings_in_days @tiering_down_settings_in_days end |