Class: Aws::IoT::Types::UpdateScheduledAuditResponse

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)


19844
19845
19846
19847
19848
# File 'lib/aws-sdk-iot/types.rb', line 19844

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