Class: Aws::Types::DeleteReplicationConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deletion_mode"ALL_CONFIGURATIONS", "LOCAL_CONFIGURATION_ONLY"

Returns the value of attribute deletion_mode.

Returns:

  • ("ALL_CONFIGURATIONS", "LOCAL_CONFIGURATION_ONLY")


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.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def source_file_system_id
  @source_file_system_id
end