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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stack_policy_bodyString

Structure containing the stack policy body. (For more information, see Prevent updates to stack resources in the CloudFormation User Guide.)

Returns:

  • (String)


4206
4207
4208
4209
4210
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4206

class GetStackPolicyOutput < Struct.new(
  :stack_policy_body)
  SENSITIVE = []
  include Aws::Structure
end