Class: Aws::EFS::Types::ReplicationConfigurationDescription

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#creation_timeTime

Describes when the replication configuration was created.

Returns:

  • (Time)


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

#destinationsArray<Types::Destination>

An array of destination objects. Only one destination object is supported.

Returns:



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_arnString

The Amazon Resource Name (ARN) of the original source EFS file system in the replication configuration.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the current source file system in the replication configuration.

Returns:

  • (String)


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_idString

The ID of the source Amazon EFS file system that is being replicated.

Returns:

  • (String)


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_regionString

The Amazon Web Services Region in which the source EFS file system is located.

Returns:

  • (String)


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