Class: Aws::Types::TieringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TieringConfiguration
- 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.
-
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#resource_selection ⇒ ::Array[Types::ResourceSelection]
Returns the value of attribute resource_selection.
-
#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.
2242 2243 2244 |
# File 'sig/types.rbs', line 2242 def backup_vault_name @backup_vault_name end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
2245 2246 2247 |
# File 'sig/types.rbs', line 2245 def creation_time @creation_time end |
#creator_request_id ⇒ ::String
Returns the value of attribute creator_request_id.
2244 2245 2246 |
# File 'sig/types.rbs', line 2244 def creator_request_id @creator_request_id end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
2246 2247 2248 |
# File 'sig/types.rbs', line 2246 def last_updated_time @last_updated_time end |
#resource_selection ⇒ ::Array[Types::ResourceSelection]
Returns the value of attribute resource_selection.
2243 2244 2245 |
# File 'sig/types.rbs', line 2243 def resource_selection @resource_selection end |
#tiering_configuration_arn ⇒ ::String
Returns the value of attribute tiering_configuration_arn.
2241 2242 2243 |
# File 'sig/types.rbs', line 2241 def tiering_configuration_arn @tiering_configuration_arn end |
#tiering_configuration_name ⇒ ::String
Returns the value of attribute tiering_configuration_name.
2240 2241 2242 |
# File 'sig/types.rbs', line 2240 def tiering_configuration_name @tiering_configuration_name end |