Class: Aws::Types::DescribeScheduledAuditResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_month::String

Returns the value of attribute day_of_month.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1978
1979
1980
# File 'sig/types.rbs', line 1978

def target_check_names
  @target_check_names
end