Class: Aws::CloudFormation::Types::GetStackPolicyOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::GetStackPolicyOutput
- Defined in:
- gems/aws-sdk-cloudformation/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 containing the stack policy body.
Instance Attribute Details
#stack_policy_body ⇒ String
Structure containing the stack policy body. (For more information, go to Prevent Updates to Stack Resources in the CloudFormation User Guide.)
4134 4135 4136 4137 4138 |
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4134 class GetStackPolicyOutput < Struct.new( :stack_policy_body) SENSITIVE = [] include Aws::Structure end |