Class: Aws::Types::CreateScheduledAuditRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateScheduledAuditRequest
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
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.
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.
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.
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.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def @tags end |
#target_check_names ⇒ ::Array[::String]
Returns the value of attribute target_check_names.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def target_check_names @target_check_names end |