Class: Aws::Types::TieringConfigurationInputForCreate
- Inherits:
-
Object
- Object
- Aws::Types::TieringConfigurationInputForCreate
- 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.
-
#tiering_configuration_name ⇒ ::String
Returns the value of attribute tiering_configuration_name.
Instance Attribute Details
#backup_vault_name ⇒ ::String
Returns the value of attribute backup_vault_name.
2252 2253 2254 |
# File 'sig/types.rbs', line 2252 def backup_vault_name @backup_vault_name end |
#resource_selection ⇒ ::Array[Types::ResourceSelection]
Returns the value of attribute resource_selection.
2253 2254 2255 |
# File 'sig/types.rbs', line 2253 def resource_selection @resource_selection end |
#tiering_configuration_name ⇒ ::String
Returns the value of attribute tiering_configuration_name.
2251 2252 2253 |
# File 'sig/types.rbs', line 2251 def tiering_configuration_name @tiering_configuration_name end |