PolicyTargetSummary
public struct PolicyTargetSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the policy target. For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the AWS Organizations User Guide.
Declaration
Swift
public let arn: String?
-
The friendly name of the policy target. The regex pattern that is used to validate this parameter is a string of any of the characters in the ASCII character range.
Declaration
Swift
public let name: String?
-
The unique identifier (ID) of the policy target. The regex pattern for a target ID string requires one of the following: Root: A string that begins with “r-” followed by from 4 to 32 lower-case letters or digits. Account: A string that consists of exactly 12 digits. Organizational unit (OU): A string that begins with “ou-” followed by from 4 to 32 lower-case letters or digits (the ID of the root that the OU is in). This string is followed by a second “-” dash and from 8 to 32 additional lower-case letters or digits.
Declaration
Swift
public let targetId: String?
-
The type of the policy target.
Declaration
Swift
public let type: TargetType?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, name: String? = nil, targetId: String? = nil, type: TargetType? = nil)