You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetStackPolicyInput as input to an Aws::Client method, you can use a vanilla 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)

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