Class: Aws::Types::CreateSnapshotScheduleActionParameters
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotScheduleActionParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
-
#snapshot_name_prefix ⇒ ::String
Returns the value of attribute snapshot_name_prefix.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
156 157 158 |
# File 'sig/types.rbs', line 156 def namespace_name @namespace_name end |
#retention_period ⇒ ::Integer
Returns the value of attribute retention_period.
157 158 159 |
# File 'sig/types.rbs', line 157 def retention_period @retention_period end |
#snapshot_name_prefix ⇒ ::String
Returns the value of attribute snapshot_name_prefix.
158 159 160 |
# File 'sig/types.rbs', line 158 def snapshot_name_prefix @snapshot_name_prefix end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
159 160 161 |
# File 'sig/types.rbs', line 159 def @tags end |