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.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def eval_decision_details @eval_decision_details end |
#eval_resource_decision ⇒ "allowed", ...
Returns the value of attribute eval_resource_decision.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def eval_resource_decision @eval_resource_decision end |
#eval_resource_name ⇒ ::String
Returns the value of attribute eval_resource_name.
1848 1849 1850 |
# File 'sig/types.rbs', line 1848 def eval_resource_name @eval_resource_name end |
#matched_statements ⇒ ::Array[Types::Statement]
Returns the value of attribute matched_statements.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def matched_statements @matched_statements end |
#missing_context_values ⇒ ::Array[::String]
Returns the value of attribute missing_context_values.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def missing_context_values @missing_context_values end |
#permissions_boundary_decision_detail ⇒ Types::PermissionsBoundaryDecisionDetail
Returns the value of attribute permissions_boundary_decision_detail.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def @permissions_boundary_decision_detail end |