Class: Aws::Types::ScheduledAuditMetadata

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)


4395
4396
4397
# File 'sig/types.rbs', line 4395

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")


4396
4397
4398
# File 'sig/types.rbs', line 4396

def day_of_week
  @day_of_week
end

#frequency"DAILY", ...

Returns the value of attribute frequency.

Returns:

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


4394
4395
4396
# File 'sig/types.rbs', line 4394

def frequency
  @frequency
end

#scheduled_audit_arn::String

Returns the value of attribute scheduled_audit_arn.

Returns:

  • (::String)


4393
4394
4395
# File 'sig/types.rbs', line 4393

def scheduled_audit_arn
  @scheduled_audit_arn
end

#scheduled_audit_name::String

Returns the value of attribute scheduled_audit_name.

Returns:

  • (::String)


4392
4393
4394
# File 'sig/types.rbs', line 4392

def scheduled_audit_name
  @scheduled_audit_name
end