Class: Aws::IoT::Types::DescribeScheduledAuditRequest

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_nameString

The name of the scheduled audit whose information you want to get.

Returns:

  • (String)


6085
6086
6087
6088
6089
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6085

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