Class: Aws::IoT::Types::UpdateScheduledAuditResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::UpdateScheduledAuditResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
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.
11223 11224 11225 11226 |
# File 'lib/aws-sdk-iot/types.rb', line 11223 class UpdateScheduledAuditResponse < Struct.new( :scheduled_audit_arn) include Aws::Structure end |