GetStandardsControlAssociationsResult class

Result data returned by getStandardsControlAssociations.

Constructors

GetStandardsControlAssociationsResult({String? id, String? region, String? securityControlId, List<GetStandardsControlAssociationsStandardsControlAssociation>? standardsControlAssociations})
Creates a new GetStandardsControlAssociationsResult. id Optional. region Optional. securityControlId ID of the security control. standardsControlAssociations A list that provides the status and other details for each security control that applies to each enabled standard.
const
GetStandardsControlAssociationsResult.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
id String?
final
region String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityControlId String?
ID of the security control.
final
standardsControlAssociations List<GetStandardsControlAssociationsStandardsControlAssociation>?
A list that provides the status and other details for each security control that applies to each enabled standard. See standardsControlAssociations below.
final

Methods

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

Operators

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