Class: Aws::Types::ReplicationConfigurationDescription

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


516
517
518
# File 'sig/types.rbs', line 516

def creation_time
  @creation_time
end

#destinations::Array[Types::Destination]

Returns the value of attribute destinations.

Returns:



517
518
519
# File 'sig/types.rbs', line 517

def destinations
  @destinations
end

#original_source_file_system_arn::String

Returns the value of attribute original_source_file_system_arn.

Returns:

  • (::String)


515
516
517
# File 'sig/types.rbs', line 515

def original_source_file_system_arn
  @original_source_file_system_arn
end

#source_file_system_arn::String

Returns the value of attribute source_file_system_arn.

Returns:

  • (::String)


514
515
516
# File 'sig/types.rbs', line 514

def source_file_system_arn
  @source_file_system_arn
end

#source_file_system_id::String

Returns the value of attribute source_file_system_id.

Returns:

  • (::String)


512
513
514
# File 'sig/types.rbs', line 512

def source_file_system_id
  @source_file_system_id
end

#source_file_system_owner_id::String

Returns the value of attribute source_file_system_owner_id.

Returns:

  • (::String)


518
519
520
# File 'sig/types.rbs', line 518

def source_file_system_owner_id
  @source_file_system_owner_id
end

#source_file_system_region::String

Returns the value of attribute source_file_system_region.

Returns:

  • (::String)


513
514
515
# File 'sig/types.rbs', line 513

def source_file_system_region
  @source_file_system_region
end