Class: Aws::CloudFormation::Types::GetStackPolicyInput

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

Overview

The input for the GetStackPolicy action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stack_nameString

The name or unique stack ID that's associated with the stack whose policy you want to get.

Returns:

  • (String)


4220
4221
4222
4223
4224
# File 'gems/aws-sdk-cloudformation/lib/aws-sdk-cloudformation/types.rb', line 4220

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