Module: Aws::EFS::Client::_CreateReplicationConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ReplicationConfigurationDescription]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_time ⇒ ::Time
- #destinations ⇒ ::Array[Types::Destination]
- #original_source_file_system_arn ⇒ ::String
- #source_file_system_arn ⇒ ::String
- #source_file_system_id ⇒ ::String
- #source_file_system_owner_id ⇒ ::String
- #source_file_system_region ⇒ ::String
Instance Method Details
#creation_time ⇒ ::Time
191 |
# File 'sig/client.rbs', line 191
def creation_time: () -> ::Time
|
#destinations ⇒ ::Array[Types::Destination]
192 |
# File 'sig/client.rbs', line 192
def destinations: () -> ::Array[Types::Destination]
|
#original_source_file_system_arn ⇒ ::String
190 |
# File 'sig/client.rbs', line 190
def original_source_file_system_arn: () -> ::String
|
#source_file_system_arn ⇒ ::String
189 |
# File 'sig/client.rbs', line 189
def source_file_system_arn: () -> ::String
|
#source_file_system_id ⇒ ::String
187 |
# File 'sig/client.rbs', line 187
def source_file_system_id: () -> ::String
|
#source_file_system_owner_id ⇒ ::String
193 |
# File 'sig/client.rbs', line 193
def source_file_system_owner_id: () -> ::String
|
#source_file_system_region ⇒ ::String
188 |
# File 'sig/client.rbs', line 188
def source_file_system_region: () -> ::String
|