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.
610 611 612 |
# File 'sig/types.rbs', line 610 def eval_action_name @eval_action_name end |
#eval_decision ⇒ "allowed", ...
Returns the value of attribute eval_decision.
612 613 614 |
# File 'sig/types.rbs', line 612 def eval_decision @eval_decision end |
#eval_decision_details ⇒ ::Hash[::String, ("allowed" | "explicitDeny" | "implicitDeny")]
Returns the value of attribute eval_decision_details.
617 618 619 |
# File 'sig/types.rbs', line 617 def eval_decision_details @eval_decision_details end |
#eval_resource_name ⇒ ::String
Returns the value of attribute eval_resource_name.
611 612 613 |
# File 'sig/types.rbs', line 611 def eval_resource_name @eval_resource_name end |
#matched_statements ⇒ ::Array[Types::Statement]
Returns the value of attribute matched_statements.
613 614 615 |
# File 'sig/types.rbs', line 613 def matched_statements @matched_statements end |
#missing_context_values ⇒ ::Array[::String]
Returns the value of attribute missing_context_values.
614 615 616 |
# File 'sig/types.rbs', line 614 def missing_context_values @missing_context_values end |
#organizations_decision_detail ⇒ Types::OrganizationsDecisionDetail
Returns the value of attribute organizations_decision_detail.
615 616 617 |
# File 'sig/types.rbs', line 615 def organizations_decision_detail @organizations_decision_detail end |
#permissions_boundary_decision_detail ⇒ Types::PermissionsBoundaryDecisionDetail
Returns the value of attribute permissions_boundary_decision_detail.
616 617 618 |
# File 'sig/types.rbs', line 616 def @permissions_boundary_decision_detail end |
#resource_specific_results ⇒ ::Array[Types::ResourceSpecificResult]
Returns the value of attribute resource_specific_results.
618 619 620 |
# File 'sig/types.rbs', line 618 def resource_specific_results @resource_specific_results end |