Class: Aws::Types::SetStackPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::SetStackPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#stack_policy_body ⇒ ::String
Returns the value of attribute stack_policy_body.
-
#stack_policy_url ⇒ ::String
Returns the value of attribute stack_policy_url.
Instance Attribute Details
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def stack_name @stack_name end |
#stack_policy_body ⇒ ::String
Returns the value of attribute stack_policy_body.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def stack_policy_body @stack_policy_body end |
#stack_policy_url ⇒ ::String
Returns the value of attribute stack_policy_url.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def stack_policy_url @stack_policy_url end |