Module: Aws::IoT::Client::_DescribeScheduledAuditResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeScheduledAuditResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#day_of_month::String

Returns:

  • (::String)


1821
# File 'sig/client.rbs', line 1821

def day_of_month: () -> ::String

#day_of_week"SUN", ...

Returns:

  • ("SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT")


1822
# File 'sig/client.rbs', line 1822

def day_of_week: () -> ("SUN" | "MON" | "TUE" | "WED" | "THU" | "FRI" | "SAT")

#frequency"DAILY", ...

Returns:

  • ("DAILY", "WEEKLY", "BIWEEKLY", "MONTHLY")


1820
# File 'sig/client.rbs', line 1820

def frequency: () -> ("DAILY" | "WEEKLY" | "BIWEEKLY" | "MONTHLY")

#scheduled_audit_arn::String

Returns:

  • (::String)


1825
# File 'sig/client.rbs', line 1825

def scheduled_audit_arn: () -> ::String

#scheduled_audit_name::String

Returns:

  • (::String)


1824
# File 'sig/client.rbs', line 1824

def scheduled_audit_name: () -> ::String

#target_check_names::Array[::String]

Returns:

  • (::Array[::String])


1823
# File 'sig/client.rbs', line 1823

def target_check_names: () -> ::Array[::String]