Class: Aws::Types::Schedule
- Inherits:
-
Object
- Object
- Aws::Types::Schedule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_rule ⇒ Types::ArchiveRule
Returns the value of attribute archive_rule.
-
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
-
#create_rule ⇒ Types::CreateRule
Returns the value of attribute create_rule.
-
#cross_region_copy_rules ⇒ ::Array[Types::CrossRegionCopyRule]
Returns the value of attribute cross_region_copy_rules.
-
#deprecate_rule ⇒ Types::DeprecateRule
Returns the value of attribute deprecate_rule.
-
#fast_restore_rule ⇒ Types::FastRestoreRule
Returns the value of attribute fast_restore_rule.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#retain_rule ⇒ Types::RetainRule
Returns the value of attribute retain_rule.
-
#share_rules ⇒ ::Array[Types::ShareRule]
Returns the value of attribute share_rules.
-
#tags_to_add ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_to_add.
-
#variable_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute variable_tags.
Instance Attribute Details
#archive_rule ⇒ Types::ArchiveRule
Returns the value of attribute archive_rule.
284 285 286 |
# File 'sig/types.rbs', line 284 def archive_rule @archive_rule end |
#copy_tags ⇒ Boolean
Returns the value of attribute copy_tags.
275 276 277 |
# File 'sig/types.rbs', line 275 def @copy_tags end |
#create_rule ⇒ Types::CreateRule
Returns the value of attribute create_rule.
278 279 280 |
# File 'sig/types.rbs', line 278 def create_rule @create_rule end |
#cross_region_copy_rules ⇒ ::Array[Types::CrossRegionCopyRule]
Returns the value of attribute cross_region_copy_rules.
281 282 283 |
# File 'sig/types.rbs', line 281 def cross_region_copy_rules @cross_region_copy_rules end |
#deprecate_rule ⇒ Types::DeprecateRule
Returns the value of attribute deprecate_rule.
283 284 285 |
# File 'sig/types.rbs', line 283 def deprecate_rule @deprecate_rule end |
#fast_restore_rule ⇒ Types::FastRestoreRule
Returns the value of attribute fast_restore_rule.
280 281 282 |
# File 'sig/types.rbs', line 280 def fast_restore_rule @fast_restore_rule end |
#name ⇒ ::String
Returns the value of attribute name.
274 275 276 |
# File 'sig/types.rbs', line 274 def name @name end |
#retain_rule ⇒ Types::RetainRule
Returns the value of attribute retain_rule.
279 280 281 |
# File 'sig/types.rbs', line 279 def retain_rule @retain_rule end |
#share_rules ⇒ ::Array[Types::ShareRule]
Returns the value of attribute share_rules.
282 283 284 |
# File 'sig/types.rbs', line 282 def share_rules @share_rules end |
#tags_to_add ⇒ ::Array[Types::Tag]
Returns the value of attribute tags_to_add.
276 277 278 |
# File 'sig/types.rbs', line 276 def @tags_to_add end |
#variable_tags ⇒ ::Array[Types::Tag]
Returns the value of attribute variable_tags.
277 278 279 |
# File 'sig/types.rbs', line 277 def @variable_tags end |