Class: Aws::Types::DeleteReplicationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteReplicationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#deletion_mode ⇒ "ALL_CONFIGURATIONS", "LOCAL_CONFIGURATION_ONLY"
Returns the value of attribute deletion_mode.
-
#source_file_system_id ⇒ ::String
Returns the value of attribute source_file_system_id.
Instance Attribute Details
#deletion_mode ⇒ "ALL_CONFIGURATIONS", "LOCAL_CONFIGURATION_ONLY"
Returns the value of attribute deletion_mode.
145 146 147 |
# File 'sig/types.rbs', line 145 def deletion_mode @deletion_mode end |
#source_file_system_id ⇒ ::String
Returns the value of attribute source_file_system_id.
144 145 146 |
# File 'sig/types.rbs', line 144 def source_file_system_id @source_file_system_id end |