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

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

#creation_timeTime

Describes when the replication configuration was created.

Returns:

  • (Time)


2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2184

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:



2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2184

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 Amazon EFS file system in the replication configuration.

Returns:

  • (String)


2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2184

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)


2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2184

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)


2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2184

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 Amazon EFS file system is located.

Returns:

  • (String)


2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 2184

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