DescribeAccountAuditConfigurationResponse class

Constructors

DescribeAccountAuditConfigurationResponse({Map<String, AuditCheckConfiguration>? auditCheckConfigurations, Map<AuditNotificationType, AuditNotificationTarget>? auditNotificationTargetConfigurations, String? roleArn})
DescribeAccountAuditConfigurationResponse.fromJson(Map<String, dynamic> json)
factory

Properties

auditCheckConfigurations Map<String, AuditCheckConfiguration>?
Which audit checks are enabled and disabled for this account.
final
auditNotificationTargetConfigurations Map<AuditNotificationType, AuditNotificationTarget>?
Information about the targets to which audit notifications are sent for this account.
final
hashCode int
The hash code for this object.
no setterinherited
roleArn String?
The ARN of the role that grants permission to AWS IoT to access information about your devices, policies, certificates, and other items as required when performing an audit.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited