Class: Aws::CloudFormation::Types::GetStackPolicyOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudformation/types.rb

Overview

The output for the GetStackPolicy action.

Instance Attribute Summary collapse

Instance Attribute Details

#stack_policy_bodyString

Structure containing the stack policy body. (For more information, go to [ Prevent Updates to Stack Resources] in the AWS CloudFormation User Guide.)

[1]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html

Returns:

  • (String)


2523
2524
2525
2526
# File 'lib/aws-sdk-cloudformation/types.rb', line 2523

class GetStackPolicyOutput < Struct.new(
  :stack_policy_body)
  include Aws::Structure
end