Class: Aws::Types::UpdateScheduledAuditRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_month::String

Returns the value of attribute day_of_month.

Returns:

  • (::String)


5303
5304
5305
# File 'sig/types.rbs', line 5303

def day_of_month
  @day_of_month
end

#day_of_week"SUN", ...

Returns the value of attribute day_of_week.

Returns:

  • ("SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT")


5304
5305
5306
# File 'sig/types.rbs', line 5304

def day_of_week
  @day_of_week
end

#frequency"DAILY", ...

Returns the value of attribute frequency.

Returns:

  • ("DAILY", "WEEKLY", "BIWEEKLY", "MONTHLY")


5302
5303
5304
# File 'sig/types.rbs', line 5302

def frequency
  @frequency
end

#scheduled_audit_name::String

Returns the value of attribute scheduled_audit_name.

Returns:

  • (::String)


5306
5307
5308
# File 'sig/types.rbs', line 5306

def scheduled_audit_name
  @scheduled_audit_name
end

#target_check_names::Array[::String]

Returns the value of attribute target_check_names.

Returns:

  • (::Array[::String])


5305
5306
5307
# File 'sig/types.rbs', line 5305

def target_check_names
  @target_check_names
end