Class: Aws::Types::ResourceSpecificResult
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSpecificResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#eval_decision_details ⇒ ::Hash[::String, ("allowed" | "explicitDeny" | "implicitDeny")]
Returns the value of attribute eval_decision_details.
-
#eval_resource_decision ⇒ "allowed", ...
Returns the value of attribute eval_resource_decision.
-
#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.
-
#permissions_boundary_decision_detail ⇒ Types::PermissionsBoundaryDecisionDetail
Returns the value of attribute permissions_boundary_decision_detail.
Instance Attribute Details
#eval_decision_details ⇒ ::Hash[::String, ("allowed" | "explicitDeny" | "implicitDeny")]
Returns the value of attribute eval_decision_details.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def eval_decision_details @eval_decision_details end |
#eval_resource_decision ⇒ "allowed", ...
Returns the value of attribute eval_resource_decision.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def eval_resource_decision @eval_resource_decision end |
#eval_resource_name ⇒ ::String
Returns the value of attribute eval_resource_name.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def eval_resource_name @eval_resource_name end |
#matched_statements ⇒ ::Array[Types::Statement]
Returns the value of attribute matched_statements.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def matched_statements @matched_statements end |
#missing_context_values ⇒ ::Array[::String]
Returns the value of attribute missing_context_values.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def missing_context_values @missing_context_values end |
#permissions_boundary_decision_detail ⇒ Types::PermissionsBoundaryDecisionDetail
Returns the value of attribute permissions_boundary_decision_detail.
1919 1920 1921 |
# File 'sig/types.rbs', line 1919 def @permissions_boundary_decision_detail end |