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)


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

def day_of_month: () -> ::String

#day_of_week"SUN", ...

Returns:

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


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

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

#frequency"DAILY", ...

Returns:

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


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

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

#scheduled_audit_arn::String

Returns:

  • (::String)


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

def scheduled_audit_arn: () -> ::String

#scheduled_audit_name::String

Returns:

  • (::String)


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

def scheduled_audit_name: () -> ::String

#target_check_names::Array[::String]

Returns:

  • (::Array[::String])


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

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