Class: Aws::Types::Evaluation
- Inherits:
-
Object
- Object
- Aws::Types::Evaluation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#context ⇒ ::Hash[::String, untyped]
Returns the value of attribute context.
-
#evaluated_effect ⇒ "ALLOW", ...
Returns the value of attribute evaluated_effect.
-
#matched_policies ⇒ ::Array[Types::MatchedPolicy]
Returns the value of attribute matched_policies.
-
#resource ⇒ ::String
Returns the value of attribute resource.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
22 23 24 |
# File 'sig/types.rbs', line 22 def action @action end |
#context ⇒ ::Hash[::String, untyped]
Returns the value of attribute context.
24 25 26 |
# File 'sig/types.rbs', line 24 def context @context end |
#evaluated_effect ⇒ "ALLOW", ...
Returns the value of attribute evaluated_effect.
25 26 27 |
# File 'sig/types.rbs', line 25 def evaluated_effect @evaluated_effect end |
#matched_policies ⇒ ::Array[Types::MatchedPolicy]
Returns the value of attribute matched_policies.
26 27 28 |
# File 'sig/types.rbs', line 26 def matched_policies @matched_policies end |
#resource ⇒ ::String
Returns the value of attribute resource.
23 24 25 |
# File 'sig/types.rbs', line 23 def resource @resource end |