Class: Aws::IoT::Types::DescribeScheduledAuditRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DescribeScheduledAuditRequest
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
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.
6717 6718 6719 6720 6721 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 6717 class DescribeScheduledAuditRequest < Struct.new( :scheduled_audit_name) SENSITIVE = [] include Aws::Structure end |