Class: Aws::Types::DataMigrationSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:selection_rules])

Instance Attribute Summary collapse

Instance Attribute Details

#cloudwatch_logs_enabledBoolean

Returns the value of attribute cloudwatch_logs_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


422
423
424
# File 'sig/types.rbs', line 422

def selection_rules
  @selection_rules
end