Class: Aws::Types::PutSynchronizationConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutSynchronizationConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#expiration_data_rules ⇒ ::Array[Types::ExpirationDataRule]
Returns the value of attribute expiration_data_rules.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#import_data_rules ⇒ ::Array[Types::ImportDataRule]
Returns the value of attribute import_data_rules.
-
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
Instance Attribute Details
#expiration_data_rules ⇒ ::Array[Types::ExpirationDataRule]
Returns the value of attribute expiration_data_rules.
340 341 342 |
# File 'sig/types.rbs', line 340 def expiration_data_rules @expiration_data_rules end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
337 338 339 |
# File 'sig/types.rbs', line 337 def file_system_id @file_system_id end |
#import_data_rules ⇒ ::Array[Types::ImportDataRule]
Returns the value of attribute import_data_rules.
339 340 341 |
# File 'sig/types.rbs', line 339 def import_data_rules @import_data_rules end |
#latest_version_number ⇒ ::Integer
Returns the value of attribute latest_version_number.
338 339 340 |
# File 'sig/types.rbs', line 338 def latest_version_number @latest_version_number end |