Class: Aws::Types::SnapshotCopyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotCopyConfiguration
- 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_copy_configuration_arn ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_arn.
-
#snapshot_copy_configuration_id ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_id.
-
#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.
941 942 943 |
# File 'sig/types.rbs', line 941 def destination_kms_key_id @destination_kms_key_id end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
942 943 944 |
# File 'sig/types.rbs', line 942 def destination_region @destination_region end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
943 944 945 |
# File 'sig/types.rbs', line 943 def namespace_name @namespace_name end |
#snapshot_copy_configuration_arn ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_arn.
944 945 946 |
# File 'sig/types.rbs', line 944 def snapshot_copy_configuration_arn @snapshot_copy_configuration_arn end |
#snapshot_copy_configuration_id ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_id.
945 946 947 |
# File 'sig/types.rbs', line 945 def snapshot_copy_configuration_id @snapshot_copy_configuration_id end |
#snapshot_retention_period ⇒ ::Integer
Returns the value of attribute snapshot_retention_period.
946 947 948 |
# File 'sig/types.rbs', line 946 def snapshot_retention_period @snapshot_retention_period end |