GetStackPolicyOutput
public struct GetStackPolicyOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the AWS CloudFormation User Guide.)
Declaration
Swift
public let stackPolicyBody: String?
-
Undocumented
Declaration
Swift
public init(stackPolicyBody: String? = nil)