Class: Aws::Types::TieringConfigurationsListMember
- Inherits:
-
Object
- Object
- Aws::Types::TieringConfigurationsListMember
- 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.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#tiering_configuration_arn ⇒ ::String
Returns the value of attribute tiering_configuration_arn.
-
#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.
2266 2267 2268 |
# File 'sig/types.rbs', line 2266 def backup_vault_name @backup_vault_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def creation_time @creation_time end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def last_updated_time @last_updated_time end |
#tiering_configuration_arn ⇒ ::String
Returns the value of attribute tiering_configuration_arn.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def tiering_configuration_arn @tiering_configuration_arn end |
#tiering_configuration_name ⇒ ::String
Returns the value of attribute tiering_configuration_name.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def tiering_configuration_name @tiering_configuration_name end |