Class: Aws::EFS::Types::DeleteReplicationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DeleteReplicationConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_file_system_id ⇒ String
The ID of the source file system in the replication configuration.
Instance Attribute Details
#source_file_system_id ⇒ String
The ID of the source file system in the replication configuration.
688 689 690 691 692 |
# File 'lib/aws-sdk-efs/types.rb', line 688 class DeleteReplicationConfigurationRequest < Struct.new( :source_file_system_id) SENSITIVE = [] include Aws::Structure end |