DeleteResourcePolicyResponse
public struct DeleteResourcePolicyResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the secret that the resource-based policy was deleted for.
Declaration
Swift
public let arn: String?
-
The friendly name of the secret that the resource-based policy was deleted for.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, name: String? = nil)