Class: Aws::IoT::Types::ScheduledAuditMetadata

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

Information about the scheduled audit.

Instance Attribute Summary collapse

Instance Attribute Details

#day_of_monthString

The day of the month on which the scheduled audit is run (if the ‘frequency` is “MONTHLY”). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the “LAST” day of the month.

Returns:

  • (String)


9081
9082
9083
9084
9085
9086
9087
9088
# File 'lib/aws-sdk-iot/types.rb', line 9081

class ScheduledAuditMetadata < Struct.new(
  :scheduled_audit_name,
  :scheduled_audit_arn,
  :frequency,
  :day_of_month,
  :day_of_week)
  include Aws::Structure
end

#day_of_weekString

The day of the week on which the scheduled audit is run (if the ‘frequency` is “WEEKLY” or “BIWEEKLY”).

Returns:

  • (String)


9081
9082
9083
9084
9085
9086
9087
9088
# File 'lib/aws-sdk-iot/types.rb', line 9081

class ScheduledAuditMetadata < Struct.new(
  :scheduled_audit_name,
  :scheduled_audit_arn,
  :frequency,
  :day_of_month,
  :day_of_week)
  include Aws::Structure
end

#frequencyString

How often the scheduled audit takes place.

Returns:

  • (String)


9081
9082
9083
9084
9085
9086
9087
9088
# File 'lib/aws-sdk-iot/types.rb', line 9081

class ScheduledAuditMetadata < Struct.new(
  :scheduled_audit_name,
  :scheduled_audit_arn,
  :frequency,
  :day_of_month,
  :day_of_week)
  include Aws::Structure
end

#scheduled_audit_arnString

The ARN of the scheduled audit.

Returns:

  • (String)


9081
9082
9083
9084
9085
9086
9087
9088
# File 'lib/aws-sdk-iot/types.rb', line 9081

class ScheduledAuditMetadata < Struct.new(
  :scheduled_audit_name,
  :scheduled_audit_arn,
  :frequency,
  :day_of_month,
  :day_of_week)
  include Aws::Structure
end

#scheduled_audit_nameString

The name of the scheduled audit.

Returns:

  • (String)


9081
9082
9083
9084
9085
9086
9087
9088
# File 'lib/aws-sdk-iot/types.rb', line 9081

class ScheduledAuditMetadata < Struct.new(
  :scheduled_audit_name,
  :scheduled_audit_arn,
  :frequency,
  :day_of_month,
  :day_of_week)
  include Aws::Structure
end