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

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

Overview

Note:

When making an API call, you may pass DescribeScheduledAuditRequest data as a hash:

{
  scheduled_audit_name: "ScheduledAuditName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#scheduled_audit_nameString

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



4084
4085
4086
4087
# File 'lib/aws-sdk-iot/types.rb', line 4084

class DescribeScheduledAuditRequest < Struct.new(
  :scheduled_audit_name)
  include Aws::Structure
end