Class: Aws::Types::CreateSnapshotCopyConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSnapshotCopyConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_kms_key_id ⇒ ::String
Returns the value of attribute destination_kms_key_id.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#snapshot_retention_period ⇒ ::Integer
Returns the value of attribute snapshot_retention_period.
Instance Attribute Details
#destination_kms_key_id ⇒ ::String
Returns the value of attribute destination_kms_key_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def destination_kms_key_id @destination_kms_key_id end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
131 132 133 |
# File 'sig/types.rbs', line 131 def destination_region @destination_region end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
132 133 134 |
# File 'sig/types.rbs', line 132 def namespace_name @namespace_name end |
#snapshot_retention_period ⇒ ::Integer
Returns the value of attribute snapshot_retention_period.
133 134 135 |
# File 'sig/types.rbs', line 133 def snapshot_retention_period @snapshot_retention_period end |