Class: Aws::CloudFormation::Types::GetStackPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::GetStackPolicyOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The output for the GetStackPolicy action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_policy_body ⇒ String
Structure that contains the stack policy body.
Instance Attribute Details
#stack_policy_body ⇒ String
Structure that contains the stack policy body. For more information, see [Prevent updates to stack resources] in the *CloudFormation User Guide*.
[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html
4672 4673 4674 4675 4676 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 4672 class GetStackPolicyOutput < Struct.new( :stack_policy_body) SENSITIVE = [] include Aws::Structure end |