EffectivePolicy
public struct EffectivePolicy : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time of the last update to this policy.
Declaration
Swift
public let lastUpdatedTimestamp: TimeStamp?
-
The text content of the policy.
Declaration
Swift
public let policyContent: String?
-
The policy type.
Declaration
Swift
public let policyType: EffectivePolicyType?
-
The account ID of the policy target.
Declaration
Swift
public let targetId: String?
-
Undocumented
Declaration
Swift
public init(lastUpdatedTimestamp: TimeStamp? = nil, policyContent: String? = nil, policyType: EffectivePolicyType? = nil, targetId: String? = nil)