Class: Aws::Types::PolicyStatement
- Inherits:
-
Object
- Object
- Aws::Types::PolicyStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ALLOW", "DENY"
Returns the value of attribute action.
-
#conditions ⇒ ::Array[Types::PolicyCondition]
Returns the value of attribute conditions.
Instance Attribute Details
#action ⇒ "ALLOW", "DENY"
Returns the value of attribute action.
1029 1030 1031 |
# File 'sig/types.rbs', line 1029 def action @action end |
#conditions ⇒ ::Array[Types::PolicyCondition]
Returns the value of attribute conditions.
1028 1029 1030 |
# File 'sig/types.rbs', line 1028 def conditions @conditions end |