Class: Aws::CloudFormation::Types::GetStackPolicyInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::GetStackPolicyInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
The input for the GetStackPolicy action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#stack_name ⇒ String
The name or unique stack ID that's associated with the stack whose policy you want to get.
Instance Attribute Details
#stack_name ⇒ String
The name or unique stack ID that's associated with the stack whose policy you want to get.
3643 3644 3645 3646 3647 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 3643 class GetStackPolicyInput < Struct.new( :stack_name) SENSITIVE = [] include Aws::Structure end |