Class: Aws::EFS::Types::ReplicationConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::ReplicationConfigurationDescription
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Describes the replication configuration for a specific file system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
Describes when the replication configuration was created.
-
#destinations ⇒ Array<Types::Destination>
An array of destination objects.
-
#original_source_file_system_arn ⇒ String
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
-
#source_file_system_arn ⇒ String
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
-
#source_file_system_id ⇒ String
The ID of the source Amazon EFS file system that is being replicated.
-
#source_file_system_region ⇒ String
The Amazon Web Services Region in which the source EFS file system is located.
Instance Attribute Details
#creation_time ⇒ Time
Describes when the replication configuration was created.
2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2331 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::Destination>
An array of destination objects. Only one destination object is supported.
2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2331 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations) SENSITIVE = [] include Aws::Structure end |
#original_source_file_system_arn ⇒ String
The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.
2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2331 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations) SENSITIVE = [] include Aws::Structure end |
#source_file_system_arn ⇒ String
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2331 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations) SENSITIVE = [] include Aws::Structure end |
#source_file_system_id ⇒ String
The ID of the source Amazon EFS file system that is being replicated.
2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2331 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations) SENSITIVE = [] include Aws::Structure end |
#source_file_system_region ⇒ String
The Amazon Web Services Region in which the source EFS file system is located.
2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2331 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations) SENSITIVE = [] include Aws::Structure end |