Class: Aws::Types::UpdateScheduledAuditRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateScheduledAuditRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#day_of_month ⇒ ::String
Returns the value of attribute day_of_month.
-
#day_of_week ⇒ "SUN", ...
Returns the value of attribute day_of_week.
-
#frequency ⇒ "DAILY", ...
Returns the value of attribute frequency.
-
#scheduled_audit_name ⇒ ::String
Returns the value of attribute scheduled_audit_name.
-
#target_check_names ⇒ ::Array[::String]
Returns the value of attribute target_check_names.
Instance Attribute Details
#day_of_month ⇒ ::String
Returns the value of attribute day_of_month.
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.
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.
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.
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.
5305 5306 5307 |
# File 'sig/types.rbs', line 5305 def target_check_names @target_check_names end |