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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4329
4330
4331
4332
4333
# File 'lib/aws-sdk-iot/types.rb', line 4329

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