Class: Aws::IoT::Types::DescribeScheduledAuditRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeScheduledAuditRequest
- 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
-
#scheduled_audit_name ⇒ String
The name of the scheduled audit whose information you want to get.
Instance Attribute Details
#scheduled_audit_name ⇒ String
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 |