Module: Aws::IoT::Client::_DescribeScheduledAuditResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeScheduledAuditResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #day_of_month ⇒ ::String
- #day_of_week ⇒ "SUN", ...
- #frequency ⇒ "DAILY", ...
- #scheduled_audit_arn ⇒ ::String
- #scheduled_audit_name ⇒ ::String
- #target_check_names ⇒ ::Array[::String]
Instance Method Details
#day_of_month ⇒ ::String
1821 |
# File 'sig/client.rbs', line 1821
def day_of_month: () -> ::String
|
#day_of_week ⇒ "SUN", ...
1822 |
# File 'sig/client.rbs', line 1822
def day_of_week: () -> ("SUN" | "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT")
|
#frequency ⇒ "DAILY", ...
1820 |
# File 'sig/client.rbs', line 1820
def frequency: () -> ("DAILY" | "WEEKLY" | "BIWEEKLY" | "MONTHLY")
|
#scheduled_audit_arn ⇒ ::String
1825 |
# File 'sig/client.rbs', line 1825
def scheduled_audit_arn: () -> ::String
|
#scheduled_audit_name ⇒ ::String
1824 |
# File 'sig/client.rbs', line 1824
def scheduled_audit_name: () -> ::String
|
#target_check_names ⇒ ::Array[::String]
1823 |
# File 'sig/client.rbs', line 1823
def target_check_names: () -> ::Array[::String]
|