Class: Aws::Types::CreateReplicationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateReplicationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destinations ⇒ ::Array[Types::DestinationToCreate]
Returns the value of attribute destinations.
-
#source_file_system_id ⇒ ::String
Returns the value of attribute source_file_system_id.
Instance Attribute Details
#destinations ⇒ ::Array[Types::DestinationToCreate]
Returns the value of attribute destinations.
106 107 108 |
# File 'sig/types.rbs', line 106 def destinations @destinations end |
#source_file_system_id ⇒ ::String
Returns the value of attribute source_file_system_id.
105 106 107 |
# File 'sig/types.rbs', line 105 def source_file_system_id @source_file_system_id end |