Class: Aws::Types::DescribeScheduledAuditResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeScheduledAuditResponse
- 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.
-
#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.
1976 1977 1978 |
# File 'sig/types.rbs', line 1976 def day_of_month @day_of_month end |
#day_of_week ⇒ "SUN", ...
Returns the value of attribute day_of_week.
1977 1978 1979 |
# File 'sig/types.rbs', line 1977 def day_of_week @day_of_week end |
#frequency ⇒ "DAILY", ...
Returns the value of attribute frequency.
1975 1976 1977 |
# File 'sig/types.rbs', line 1975 def frequency @frequency end |
#scheduled_audit_arn ⇒ ::String
Returns the value of attribute scheduled_audit_arn.
1980 1981 1982 |
# File 'sig/types.rbs', line 1980 def scheduled_audit_arn @scheduled_audit_arn end |
#scheduled_audit_name ⇒ ::String
Returns the value of attribute scheduled_audit_name.
1979 1980 1981 |
# File 'sig/types.rbs', line 1979 def scheduled_audit_name @scheduled_audit_name end |
#target_check_names ⇒ ::Array[::String]
Returns the value of attribute target_check_names.
1978 1979 1980 |
# File 'sig/types.rbs', line 1978 def target_check_names @target_check_names end |