Class: Aws::EFS::Types::ReplicationConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::ReplicationConfigurationDescription
- Includes:
- Structure
- Defined in:
- 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_owner_id ⇒ String
ID of the Amazon Web Services account in which the source file system resides.
-
#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.
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-efs/types.rb', line 2425 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations, :source_file_system_owner_id) SENSITIVE = [] include Aws::Structure end |
#destinations ⇒ Array<Types::Destination>
An array of destination objects. Only one destination object is supported.
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-efs/types.rb', line 2425 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations, :source_file_system_owner_id) 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.
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-efs/types.rb', line 2425 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations, :source_file_system_owner_id) 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.
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-efs/types.rb', line 2425 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations, :source_file_system_owner_id) SENSITIVE = [] include Aws::Structure end |
#source_file_system_id ⇒ String
The ID of the source Amazon EFS file system that is being replicated.
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-efs/types.rb', line 2425 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations, :source_file_system_owner_id) SENSITIVE = [] include Aws::Structure end |
#source_file_system_owner_id ⇒ String
ID of the Amazon Web Services account in which the source file system resides.
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-efs/types.rb', line 2425 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations, :source_file_system_owner_id) SENSITIVE = [] include Aws::Structure end |
#source_file_system_region ⇒ String
The Amazon Web Services Region in which the source EFS file system is located.
2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 |
# File 'lib/aws-sdk-efs/types.rb', line 2425 class ReplicationConfigurationDescription < Struct.new( :source_file_system_id, :source_file_system_region, :source_file_system_arn, :original_source_file_system_arn, :creation_time, :destinations, :source_file_system_owner_id) SENSITIVE = [] include Aws::Structure end |