Class: Aws::Types::TieringConfigurationInputForUpdate
- Inherits:
-
Object
- Object
- Aws::Types::TieringConfigurationInputForUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
-
#resource_selection ⇒ ::Array[Types::ResourceSelection]
Returns the value of attribute resource_selection.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2259 2260 2261 |
# File 'sig/types.rbs', line 2259 def backup_vault_name @backup_vault_name end |
#resource_selection ⇒ ::Array[Types::ResourceSelection]
Returns the value of attribute resource_selection.
2258 2259 2260 |
# File 'sig/types.rbs', line 2258 def resource_selection @resource_selection end |