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.
951 952 953 |
# File 'sig/types.rbs', line 951 def destination_kms_key_id @destination_kms_key_id end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
952 953 954 |
# File 'sig/types.rbs', line 952 def destination_region @destination_region end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
953 954 955 |
# File 'sig/types.rbs', line 953 def namespace_name @namespace_name end |
#snapshot_copy_configuration_arn ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_arn.
954 955 956 |
# File 'sig/types.rbs', line 954 def snapshot_copy_configuration_arn @snapshot_copy_configuration_arn end |
#snapshot_copy_configuration_id ⇒ ::String
Returns the value of attribute snapshot_copy_configuration_id.
955 956 957 |
# File 'sig/types.rbs', line 955 def snapshot_copy_configuration_id @snapshot_copy_configuration_id end |
#snapshot_retention_period ⇒ ::Integer
Returns the value of attribute snapshot_retention_period.
956 957 958 |
# File 'sig/types.rbs', line 956 def snapshot_retention_period @snapshot_retention_period end |