Class: Aws::Types::MatchedStatement
- Inherits:
-
Object
- Object
- Aws::Types::MatchedStatement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#evaluated_effect ⇒ "ALLOW", "DENY"
Returns the value of attribute evaluated_effect.
-
#sid ⇒ ::String
Returns the value of attribute sid.
Instance Attribute Details
#evaluated_effect ⇒ "ALLOW", "DENY"
Returns the value of attribute evaluated_effect.
57 58 59 |
# File 'sig/types.rbs', line 57 def evaluated_effect @evaluated_effect end |
#sid ⇒ ::String
Returns the value of attribute sid.
56 57 58 |
# File 'sig/types.rbs', line 56 def sid @sid end |