Class: Aws::Types::MatchedPolicy
- Inherits:
-
Object
- Object
- Aws::Types::MatchedPolicy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#matched_statements ⇒ ::Array[Types::MatchedStatement]
Returns the value of attribute matched_statements.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#matched_statements ⇒ ::Array[Types::MatchedStatement]
Returns the value of attribute matched_statements.
51 52 53 |
# File 'sig/types.rbs', line 51 def matched_statements @matched_statements end |
#uri ⇒ ::String
Returns the value of attribute uri.
50 51 52 |
# File 'sig/types.rbs', line 50 def uri @uri end |