PolicySummary
public struct PolicySummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the policy. 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?
-
A boolean value that indicates whether the specified policy is an AWS managed policy. If true, then you can attach the policy to roots, OUs, or accounts, but you cannot edit it.
Declaration
Swift
public let awsManaged: Bool?
-
The description of the policy.
Declaration
Swift
public let description: String?
-
The unique identifier (ID) of the policy. The regex pattern for a policy ID string requires “p-” followed by from 8 to 128 lower-case letters or digits.
Declaration
Swift
public let id: String?
-
The friendly name of the policy. 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 type of policy.
Declaration
Swift
public let type: PolicyType?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, awsManaged: Bool? = nil, description: String? = nil, id: String? = nil, name: String? = nil, type: PolicyType? = nil)