Summary
public struct Summary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The timestamp that shows when this summary was generated in this Region.
Declaration
Swift
public let lastUpdated: String? -
The count of noncompliant resources.
Declaration
Swift
public let nonCompliantResources: Int64? -
The AWS Region that the summary applies to.
Declaration
Swift
public let region: String? -
The AWS resource type.
Declaration
Swift
public let resourceType: String? -
The account identifier or the root identifier of the organization. If you don’t know the root ID, you can call the AWS Organizations ListRoots API.
Declaration
Swift
public let targetId: String? -
Whether the target is an account, an OU, or the organization root.
Declaration
Swift
public let targetIdType: TargetIdType? -
Undocumented
Declaration
Swift
public init(lastUpdated: String? = nil, nonCompliantResources: Int64? = nil, region: String? = nil, resourceType: String? = nil, targetId: String? = nil, targetIdType: TargetIdType? = nil)
View on GitHub
Summary Structure Reference