AWS SDK for .NET Documentation
GetStackPolicyRequest Class
AmazonAmazon.CloudFormation.ModelGetStackPolicyRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the GetStackPolicy operation.

Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.

Declaration Syntax
C#
public class GetStackPolicyRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetStackPolicyRequest()()()()
Initializes a new instance of the GetStackPolicyRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
StackName
The name or stack ID that is associated with the stack whose policy you want to get.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithStackName(String) Obsolete.
Sets the StackName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 GetStackPolicyRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)