Class: Aws::IoT::Types::UpdateScheduledAuditResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateScheduledAuditResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_audit_arn ⇒ String
The ARN of the scheduled audit.
Instance Attribute Details
#scheduled_audit_arn ⇒ String
The ARN of the scheduled audit.
18133 18134 18135 18136 18137 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 18133 class UpdateScheduledAuditResponse < Struct.new( :scheduled_audit_arn) SENSITIVE = [] include Aws::Structure end |