Class: Aws::EFS::Types::DeleteReplicationConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_file_system_idString

The ID of the source file system in the replication configuration.

Returns:

  • (String)


688
689
690
691
692
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 688

class DeleteReplicationConfigurationRequest < Struct.new(
  :source_file_system_id)
  SENSITIVE = []
  include Aws::Structure
end