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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_audit_arnString

The ARN of the scheduled audit.

Returns:

  • (String)


3836
3837
3838
3839
3840
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 3836

class CreateScheduledAuditResponse < Struct.new(
  :scheduled_audit_arn)
  SENSITIVE = []
  include Aws::Structure
end