Class: Aws::IoT::Types::CreateScheduledAuditResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::CreateScheduledAuditResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scheduled_audit_arn ⇒ String
The ARN of the scheduled audit.
Instance Attribute Details
#scheduled_audit_arn ⇒ String
The ARN of the scheduled audit.
4020 4021 4022 4023 4024 |
# File 'lib/aws-sdk-iot/types.rb', line 4020 class CreateScheduledAuditResponse < Struct.new( :scheduled_audit_arn) SENSITIVE = [] include Aws::Structure end |