GetResourcePolicyResponse
public struct GetResourcePolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The date and time at which the policy was created.
Declaration
Swift
public let createTime: TimeStamp? -
Contains the hash value associated with this policy.
Declaration
Swift
public let policyHash: String? -
Contains the requested policy document, in JSON format.
Declaration
Swift
public let policyInJson: String? -
The date and time at which the policy was last updated.
Declaration
Swift
public let updateTime: TimeStamp?
View on GitHub
GetResourcePolicyResponse Structure Reference