Class: Aws::Types::EvaluationResult
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eval_action_name ⇒ ::String
Returns the value of attribute eval_action_name.
-
#eval_decision ⇒ "allowed", ...
Returns the value of attribute eval_decision.
-
#eval_decision_details ⇒ ::Hash[::String, ("allowed" | "explicitDeny" | "implicitDeny")]
Returns the value of attribute eval_decision_details.
-
#eval_resource_name ⇒ ::String
Returns the value of attribute eval_resource_name.
-
#matched_statements ⇒ ::Array[Types::Statement]
Returns the value of attribute matched_statements.
-
#missing_context_values ⇒ ::Array[::String]
Returns the value of attribute missing_context_values.
-
#organizations_decision_detail ⇒ Types::OrganizationsDecisionDetail
Returns the value of attribute organizations_decision_detail.
-
#permissions_boundary_decision_detail ⇒ Types::PermissionsBoundaryDecisionDetail
Returns the value of attribute permissions_boundary_decision_detail.
-
#resource_specific_results ⇒ ::Array[Types::ResourceSpecificResult]
Returns the value of attribute resource_specific_results.
Instance Attribute Details
#eval_action_name ⇒ ::String
Returns the value of attribute eval_action_name.
622 623 624 |
# File 'sig/types.rbs', line 622 def eval_action_name @eval_action_name end |
#eval_decision ⇒ "allowed", ...
Returns the value of attribute eval_decision.
624 625 626 |
# File 'sig/types.rbs', line 624 def eval_decision @eval_decision end |
#eval_decision_details ⇒ ::Hash[::String, ("allowed" | "explicitDeny" | "implicitDeny")]
Returns the value of attribute eval_decision_details.
629 630 631 |
# File 'sig/types.rbs', line 629 def eval_decision_details @eval_decision_details end |
#eval_resource_name ⇒ ::String
Returns the value of attribute eval_resource_name.
623 624 625 |
# File 'sig/types.rbs', line 623 def eval_resource_name @eval_resource_name end |
#matched_statements ⇒ ::Array[Types::Statement]
Returns the value of attribute matched_statements.
625 626 627 |
# File 'sig/types.rbs', line 625 def matched_statements @matched_statements end |
#missing_context_values ⇒ ::Array[::String]
Returns the value of attribute missing_context_values.
626 627 628 |
# File 'sig/types.rbs', line 626 def missing_context_values @missing_context_values end |
#organizations_decision_detail ⇒ Types::OrganizationsDecisionDetail
Returns the value of attribute organizations_decision_detail.
627 628 629 |
# File 'sig/types.rbs', line 627 def organizations_decision_detail @organizations_decision_detail end |
#permissions_boundary_decision_detail ⇒ Types::PermissionsBoundaryDecisionDetail
Returns the value of attribute permissions_boundary_decision_detail.
628 629 630 |
# File 'sig/types.rbs', line 628 def @permissions_boundary_decision_detail end |
#resource_specific_results ⇒ ::Array[Types::ResourceSpecificResult]
Returns the value of attribute resource_specific_results.
630 631 632 |
# File 'sig/types.rbs', line 630 def resource_specific_results @resource_specific_results end |