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

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

Overview

Note:

When making an API call, you may pass GetStackPolicyInput data as a hash:

{
  stack_name: "StackName", # required
}

The input for the GetStackPolicy action.

Instance Attribute Summary collapse

Instance Attribute Details

#stack_nameString

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

Returns:

  • (String)


2900
2901
2902
2903
# File 'lib/aws-sdk-cloudformation/types.rb', line 2900

class GetStackPolicyInput < Struct.new(
  :stack_name)
  include Aws::Structure
end