NonCompliantResource
public struct NonCompliantResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Other information about the noncompliant resource.
Declaration
Swift
public let additionalInfo: [String : String]?
-
Information that identifies the noncompliant resource.
Declaration
Swift
public let resourceIdentifier: ResourceIdentifier?
-
The type of the noncompliant resource.
Declaration
Swift
public let resourceType: ResourceType?
-
Undocumented
Declaration
Swift
public init(additionalInfo: [String : String]? = nil, resourceIdentifier: ResourceIdentifier? = nil, resourceType: ResourceType? = nil)