Class: Aws::Types::CreateScheduledAuditRequest

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)


1160
1161
1162
# File 'sig/types.rbs', line 1160

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")


1161
1162
1163
# File 'sig/types.rbs', line 1161

def day_of_week
  @day_of_week
end

#frequency"DAILY", ...

Returns the value of attribute frequency.

Returns:

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


1159
1160
1161
# File 'sig/types.rbs', line 1159

def frequency
  @frequency
end

#scheduled_audit_name::String

Returns the value of attribute scheduled_audit_name.

Returns:

  • (::String)


1163
1164
1165
# File 'sig/types.rbs', line 1163

def scheduled_audit_name
  @scheduled_audit_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1164
1165
1166
# File 'sig/types.rbs', line 1164

def tags
  @tags
end

#target_check_names::Array[::String]

Returns the value of attribute target_check_names.

Returns:

  • (::Array[::String])


1162
1163
1164
# File 'sig/types.rbs', line 1162

def target_check_names
  @target_check_names
end