Class: Aws::IoT::Types::ScheduledAuditMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ScheduledAuditMetadata
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
Information about the scheduled audit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#day_of_month ⇒ String
The day of the month on which the scheduled audit is run (if the
frequency
is "MONTHLY"). -
#day_of_week ⇒ String
The day of the week on which the scheduled audit is run (if the
frequency
is "WEEKLY" or "BIWEEKLY"). -
#frequency ⇒ String
How often the scheduled audit occurs.
-
#scheduled_audit_arn ⇒ String
The ARN of the scheduled audit.
-
#scheduled_audit_name ⇒ String
The name of the scheduled audit.
Instance Attribute Details
#day_of_month ⇒ String
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.
14840 14841 14842 14843 14844 14845 14846 14847 14848 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14840 class ScheduledAuditMetadata < Struct.new( :scheduled_audit_name, :scheduled_audit_arn, :frequency, :day_of_month, :day_of_week) SENSITIVE = [] include Aws::Structure end |
#day_of_week ⇒ String
The day of the week on which the scheduled audit is run (if the
frequency
is "WEEKLY" or "BIWEEKLY").
14840 14841 14842 14843 14844 14845 14846 14847 14848 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14840 class ScheduledAuditMetadata < Struct.new( :scheduled_audit_name, :scheduled_audit_arn, :frequency, :day_of_month, :day_of_week) SENSITIVE = [] include Aws::Structure end |
#frequency ⇒ String
How often the scheduled audit occurs.
14840 14841 14842 14843 14844 14845 14846 14847 14848 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14840 class ScheduledAuditMetadata < Struct.new( :scheduled_audit_name, :scheduled_audit_arn, :frequency, :day_of_month, :day_of_week) SENSITIVE = [] include Aws::Structure end |
#scheduled_audit_arn ⇒ String
The ARN of the scheduled audit.
14840 14841 14842 14843 14844 14845 14846 14847 14848 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14840 class ScheduledAuditMetadata < Struct.new( :scheduled_audit_name, :scheduled_audit_arn, :frequency, :day_of_month, :day_of_week) SENSITIVE = [] include Aws::Structure end |
#scheduled_audit_name ⇒ String
The name of the scheduled audit.
14840 14841 14842 14843 14844 14845 14846 14847 14848 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14840 class ScheduledAuditMetadata < Struct.new( :scheduled_audit_name, :scheduled_audit_arn, :frequency, :day_of_month, :day_of_week) SENSITIVE = [] include Aws::Structure end |