PolicyTypeSummary
public struct PolicyTypeSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The status of the policy type as it relates to the associated root. To attach a policy of the specified type to a root or to an OU or account in that root, it must be available in the organization and enabled for that root.
Declaration
Swift
public let status: PolicyTypeStatus?
-
The name of the policy type.
Declaration
Swift
public let type: PolicyType?
-
Undocumented
Declaration
Swift
public init(status: PolicyTypeStatus? = nil, type: PolicyType? = nil)