Class: Aws::Types::ScheduledAuditMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ScheduledAuditMetadata
- 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_arn ⇒ ::String
Returns the value of attribute scheduled_audit_arn.
-
#scheduled_audit_name ⇒ ::String
Returns the value of attribute scheduled_audit_name.
Instance Attribute Details
#day_of_month ⇒ ::String
Returns the value of attribute day_of_month.
4395 4396 4397 |
# File 'sig/types.rbs', line 4395 def day_of_month @day_of_month end |
#day_of_week ⇒ "SUN", ...
Returns the value of attribute day_of_week.
4396 4397 4398 |
# File 'sig/types.rbs', line 4396 def day_of_week @day_of_week end |
#frequency ⇒ "DAILY", ...
Returns the value of attribute frequency.
4394 4395 4396 |
# File 'sig/types.rbs', line 4394 def frequency @frequency end |
#scheduled_audit_arn ⇒ ::String
Returns the value of attribute scheduled_audit_arn.
4393 4394 4395 |
# File 'sig/types.rbs', line 4393 def scheduled_audit_arn @scheduled_audit_arn end |
#scheduled_audit_name ⇒ ::String
Returns the value of attribute scheduled_audit_name.
4392 4393 4394 |
# File 'sig/types.rbs', line 4392 def scheduled_audit_name @scheduled_audit_name end |