Class: Aws::Types::DataMigrationSettings
- Inherits:
-
Object
- Object
- Aws::Types::DataMigrationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloudwatch_logs_enabled ⇒ Boolean
Returns the value of attribute cloudwatch_logs_enabled.
-
#number_of_jobs ⇒ ::Integer
Returns the value of attribute number_of_jobs.
-
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
Instance Attribute Details
#cloudwatch_logs_enabled ⇒ Boolean
Returns the value of attribute cloudwatch_logs_enabled.
421 422 423 |
# File 'sig/types.rbs', line 421 def cloudwatch_logs_enabled @cloudwatch_logs_enabled end |
#number_of_jobs ⇒ ::Integer
Returns the value of attribute number_of_jobs.
420 421 422 |
# File 'sig/types.rbs', line 420 def number_of_jobs @number_of_jobs end |
#selection_rules ⇒ ::String
Returns the value of attribute selection_rules.
422 423 424 |
# File 'sig/types.rbs', line 422 def selection_rules @selection_rules end |