Class: Aws::Types::ReplicationConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::ReplicationConfigurationDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destinations ⇒ ::Array[Types::Destination]
Returns the value of attribute destinations.
-
#original_source_file_system_arn ⇒ ::String
Returns the value of attribute original_source_file_system_arn.
-
#source_file_system_arn ⇒ ::String
Returns the value of attribute source_file_system_arn.
-
#source_file_system_id ⇒ ::String
Returns the value of attribute source_file_system_id.
-
#source_file_system_owner_id ⇒ ::String
Returns the value of attribute source_file_system_owner_id.
-
#source_file_system_region ⇒ ::String
Returns the value of attribute source_file_system_region.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_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.
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.
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.
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.
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.
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.
513 514 515 |
# File 'sig/types.rbs', line 513 def source_file_system_region @source_file_system_region end |