ResourcePolicy
public struct ResourcePolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
Declaration
Swift
public let lastUpdatedTime: Int64? -
The details of the policy.
Declaration
Swift
public let policyDocument: String? -
The name of the resource policy.
Declaration
Swift
public let policyName: String? -
Undocumented
Declaration
Swift
public init(lastUpdatedTime: Int64? = nil, policyDocument: String? = nil, policyName: String? = nil)
View on GitHub
ResourcePolicy Structure Reference