Class: Aws::IoT::Types::CreateScheduledAuditResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_audit_arnString

The ARN of the scheduled audit.

Returns:

  • (String)


2449
2450
2451
2452
# File 'lib/aws-sdk-iot/types.rb', line 2449

class CreateScheduledAuditResponse < Struct.new(
  :scheduled_audit_arn)
  include Aws::Structure
end