Policy
public struct Policy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The policy ARN.
Declaration
Swift
public let policyArn: String? -
The policy name.
Declaration
Swift
public let policyName: String? -
Undocumented
Declaration
Swift
public init(policyArn: String? = nil, policyName: String? = nil)
View on GitHub
Policy Structure Reference